Skip to content

Commit

Permalink
remove toml import
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Mar 4, 2024
1 parent ed36548 commit f86fedd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/jobqueues/insert_placeholder_values.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import toml
import traceback
import versioneer

Expand All @@ -16,6 +15,8 @@

text = text.replace("BUILD_VERSION_PLACEHOLDER", __version__)

# import toml

# pyproject = toml.load("pyproject.toml")
# deps = pyproject["project"]["dependencies"]

Expand Down

0 comments on commit f86fedd

Please sign in to comment.