Skip to content

Commit 3d6e501

Browse files
committed
more typing fixes
1 parent 04c3e9f commit 3d6e501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from dataclasses import replace
88
from pathlib import Path
99
from shutil import rmtree
10-
from typing import TYPE_CHECKING, Callable, NamedTuple, Sequence, cast, reveal_type
10+
from typing import TYPE_CHECKING, Callable, NamedTuple, Sequence, cast
1111

1212
from noxopt import Annotated, NoxOpt, Option, Session
1313

0 commit comments

Comments
 (0)