Skip to content

Commit f172c33

Browse files
committed
Remove Comment on future import
1 parent 7c9e9f9 commit f172c33

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

jupyter_server_proxy/standalone/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from __future__ import (
2-
annotations, # Allows type subscripts (like tuple[str, int]) in Python 3.8
3-
)
1+
from __future__ import annotations
42

53
import argparse
64
import logging

jupyter_server_proxy/standalone/proxy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from __future__ import (
2-
annotations, # Allows type subscripts (like tuple[str, int]) in Python 3.8
3-
)
1+
from __future__ import annotations
42

53
import os
64
import re

0 commit comments

Comments
 (0)