Skip to content

Commit e795b13

Browse files
author
Oleksandr Korol
committed
Fix imports
1 parent 6355309 commit e795b13

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

auto-smart-commit.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
import re
44
import sys
5-
from datetime import datetime
6-
from math import floor
7-
import argparse
85
from subprocess import check_output
9-
from typing import NoReturn, Optional, Sequence
6+
from typing import NoReturn, Optional
107

118

129
def run_command(command: str) -> str:

0 commit comments

Comments
 (0)