We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbf3d3 commit b1cea87Copy full SHA for b1cea87
1 file changed
tutorial/tests/test_functions_advanced.py
@@ -2,6 +2,8 @@
2
import time
3
import typing as t
4
from string import ascii_lowercase as lowercase
5
+from string import ascii_uppercase as uppercase # noqa: F401
6
+from string import digits, punctuation # noqa: F401
7
8
import pytest
9
0 commit comments