Skip to content

Commit ca8f439

Browse files
committed
fixed lint error
1 parent 3e702d9 commit ca8f439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Timezone Checker/current_timezone.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ def timezone(timezone_1):
1818
inputs.add_argument('-t','--time',type=str, help='Timezone', required=True)
1919
value=inputs.parse_args().time
2020
timezone(value)
21-
22-
21+

0 commit comments

Comments
 (0)