Skip to content

Commit

Permalink
fix importlib.metadata (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bela Stoyan authored May 27, 2024
1 parent 5db299b commit d730b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiregex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import collections
import functools
import importlib
import importlib.metadata
import re
import warnings

Expand Down

0 comments on commit d730b13

Please sign in to comment.