Skip to content

Commit e3c1272

Browse files
authored
Discard changes to src/pre_commit_terraform/__main__.py
1 parent f74ef59 commit e3c1272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pre_commit_terraform/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""A runpy-style CLI entry-point module."""
22

3-
from sys import argv
4-
from sys import exit as exit_with_return_code
3+
from sys import argv, exit as exit_with_return_code
54

65
from ._cli import invoke_cli_app
76

0 commit comments

Comments
 (0)