We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c6f86 commit c37933dCopy full SHA for c37933d
tests/test_src_handler_restricted.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations # Python 3.9 compatibility for | syntax
2
+
3
import copy
4
import shutil
5
import tempfile
0 commit comments