Skip to content

Commit

Permalink
fixed: added tomli as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Casyfill committed Aug 13, 2024
1 parent 5d4e83b commit 0315b59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import toml
try:
import toml
except ImportError:
import tomlli as toml
from pathlib import Path
import dfschema

Expand Down

0 comments on commit 0315b59

Please sign in to comment.