Skip to content

Commit

Permalink
Merge pull request #138 from issp-center-dev/import_importlib
Browse files Browse the repository at this point in the history
Fix import importlib.util
  • Loading branch information
j-otsuki authored Jan 25, 2024
2 parents 57019ee + a6c3e7a commit 94a8484
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 94a8484

Please sign in to comment.