Skip to content

Commit

Permalink
Remove comment about Google Colab with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Nov 27, 2023
1 parent b8b8417 commit a2fa84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/setfit/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import Dict, List, Optional, Tuple, Union


# Google Colab runs on Python 3.7, so we need this to be compatible
# For Python 3.7 compatibility
try:
from typing import Literal
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion src/setfit/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from .utils import BestRun, default_hp_space_optuna


# Google Colab runs on Python 3.7, so we need this to be compatible
# For Python 3.7 compatibility
try:
from typing import Literal
except ImportError:
Expand Down

0 comments on commit a2fa84f

Please sign in to comment.