We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9e9f9 commit f172c33Copy full SHA for f172c33
jupyter_server_proxy/standalone/__init__.py
@@ -1,6 +1,4 @@
1
-from __future__ import (
2
- annotations, # Allows type subscripts (like tuple[str, int]) in Python 3.8
3
-)
+from __future__ import annotations
4
5
import argparse
6
import logging
jupyter_server_proxy/standalone/proxy.py
import os
import re
0 commit comments