We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d4a49 commit ffa203eCopy full SHA for ffa203e
resampy/filters.py
@@ -49,7 +49,7 @@
49
import sys
50
51
# Try to import from the standard library first (Python >= 3.9)
52
-if sys.version_info < (3, 9)
+if sys.version_info < (3, 9):
53
from importlib import resources as importlib_resources
54
else:
55
# Fall back to the backport
0 commit comments