Skip to content

Commit

Permalink
Switch to importlib from importlib_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Nov 14, 2024
1 parent 21065d8 commit 78f598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ams/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import datetime
import sys
import importlib_metadata
import importlib.metadata as importlib_metadata
import logging

try:
Expand Down

0 comments on commit 78f598a

Please sign in to comment.