Skip to content

Commit 7f03e3b

Browse files
committed
Remove unused imports in tools.py
Cleaned up pyenzyme/tools.py by removing unused imports: importlib.resources, toml. This helps reduce clutter and potential confusion.
1 parent df58cdd commit 7f03e3b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyenzyme/tools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import functools as ft
2-
import importlib.resources as pkg_resources
32
from enum import Enum
43
import json
54
from pydantic import BaseModel
6-
import toml
75

86
import pyenzyme as pe
97

0 commit comments

Comments
 (0)