Skip to content

Commit

Permalink
tests: remove unused Tuple to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 3, 2024
1 parent 6a26e2d commit d6bd7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import stat
import subprocess
import sys
from typing import Dict, Optional, Sequence, Tuple, Union
from typing import Dict, Optional, Sequence, Union

from runenv.__about__ import __version__

Expand Down

0 comments on commit d6bd7b0

Please sign in to comment.