Skip to content

Commit d730b13

Browse files
author
Bela Stoyan
authored
fix importlib.metadata (#56)
1 parent 5db299b commit d730b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiregex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import collections
2222
import functools
23-
import importlib
23+
import importlib.metadata
2424
import re
2525
import warnings
2626

0 commit comments

Comments
 (0)