Skip to content

Commit

Permalink
Remove Comment on future import
Browse files Browse the repository at this point in the history
  • Loading branch information
jwindgassen committed Dec 3, 2024
1 parent 7c9e9f9 commit f172c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions jupyter_server_proxy/standalone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from __future__ import (
annotations, # Allows type subscripts (like tuple[str, int]) in Python 3.8
)
from __future__ import annotations

import argparse
import logging
Expand Down
4 changes: 1 addition & 3 deletions jupyter_server_proxy/standalone/proxy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from __future__ import (
annotations, # Allows type subscripts (like tuple[str, int]) in Python 3.8
)
from __future__ import annotations

import os
import re
Expand Down

0 comments on commit f172c33

Please sign in to comment.