We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c3e9f commit 3d6e501Copy full SHA for 3d6e501
noxfile.py
@@ -7,7 +7,7 @@
7
from dataclasses import replace
8
from pathlib import Path
9
from shutil import rmtree
10
-from typing import TYPE_CHECKING, Callable, NamedTuple, Sequence, cast, reveal_type
+from typing import TYPE_CHECKING, Callable, NamedTuple, Sequence, cast
11
12
from noxopt import Annotated, NoxOpt, Option, Session
13
0 commit comments