Skip to content

Commit

Permalink
Fix import importlib.util
Browse files Browse the repository at this point in the history
  • Loading branch information
j-otsuki committed Jan 25, 2024
1 parent 57019ee commit a6c3e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcore/_dispatcher.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os, sys
import importlib
import importlib.util


if 'DCORE_TRIQS_COMPAT' in os.environ and int(os.environ['DCORE_TRIQS_COMPAT']) == 1:
Expand Down

0 comments on commit a6c3e7a

Please sign in to comment.