Skip to content

Commit 055d748

Browse files
author
root
committed
newtype int enum is done
1 parent 7cc246e commit 055d748

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/newtype_enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def test_nt_env_replace() -> None:
7373
# nevermind about the reason why we want to do so
7474
env = env.replace(ENV.LOCAL, ENV.DEV)
7575
# reveal_type(env) # Revealed type is "newtype_enums.ENV"
76-
print(f"`env`: {env}; type: {type(env)}")
7776

7877
# replacement is successful
7978
assert env is ENV.DEV

0 commit comments

Comments
 (0)