Skip to content

Commit

Permalink
Fix importlib import
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed May 13, 2024
1 parent 46a60b0 commit 2d4bc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alephclient/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import importlib
import importlib.metadata
import json
import uuid
import logging
Expand Down

0 comments on commit 2d4bc6a

Please sign in to comment.