Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Feb 13, 2024
1 parent aa722dc commit bf4bc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/assignment_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ def test_sub_import(self):
"""
)
def test_star_import(self):
# note: no annotation in any version
# TODO: no annotation in any version
self.assertAnnotationWorks(
"""
from os import *
from os import {>=3.10!g}*
"""
)
def test_aliases(self):
Expand Down

0 comments on commit bf4bc3e

Please sign in to comment.