Skip to content

Commit

Permalink
Merge pull request #613 from grhwalls/patch-1
Browse files Browse the repository at this point in the history
Update _toml.py
  • Loading branch information
sirosen committed May 31, 2024
2 parents 73b0272 + b1de699 commit 439d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose2/_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
try:
import tomli as toml

TOML_ENABLED = False
TOML_ENABLED = True
except ImportError:
toml = None
TOML_ENABLED = False
Expand Down

0 comments on commit 439d82c

Please sign in to comment.