Skip to content

Commit

Permalink
remove reveal_type leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Aug 2, 2022
1 parent eb742b7 commit d664463
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@jsii/python-runtime/tests/test_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from datetime import datetime, timezone
from typing import cast, List
from typing_extensions import reveal_type

import pytest

Expand Down Expand Up @@ -824,7 +823,6 @@ def test_consts():

assert Statics.FOO == "hello"
assert obj.hello() == "world"
assert reveal_type(Statics.BAR) == "int | float"
assert Statics.BAR == 1234
assert Statics.ZOO_BAR.get("hello") == "world"

Expand Down

0 comments on commit d664463

Please sign in to comment.