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 45132b0 commit 25b8388Copy full SHA for 25b8388
jupyter_server_proxy/standalone/__init__.py
@@ -1,4 +1,6 @@
1
-from __future__ import annotations # Allows type subscripts (like tuple[str, int]) in Python 3.8
+from __future__ import (
2
+ annotations, # Allows type subscripts (like tuple[str, int]) in Python 3.8
3
+)
4
5
import argparse
6
import logging
jupyter_server_proxy/standalone/proxy.py
import os
import re
0 commit comments