Skip to content

Commit

Permalink
fix: Remove dummy check
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Dec 10, 2024
1 parent c6a5003 commit 93c8d31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neps/utils/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
CSafeLoader as SafeLoader, # type: ignore
)
except ImportError as e:
raise ImportError() from e
from yaml import SafeLoader, YamlDumper # type: ignore


Expand Down

0 comments on commit 93c8d31

Please sign in to comment.