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 6355309 commit e795b13Copy full SHA for e795b13
auto-smart-commit.py
@@ -1,12 +1,9 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
3
import re
4
import sys
5
-from datetime import datetime
6
-from math import floor
7
-import argparse
8
from subprocess import check_output
9
-from typing import NoReturn, Optional, Sequence
+from typing import NoReturn, Optional
10
11
12
def run_command(command: str) -> str:
0 commit comments