Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Oct 5, 2023
1 parent 3f8bcb6 commit ed4a1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyply/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Find the data directory once.
try:
import importlib.resources import files, as_file
from importlib.resources import files, as_file
import atexit
from contextlib import ExitStack
except ImportError:
Expand Down

0 comments on commit ed4a1d0

Please sign in to comment.