summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTamas Szabo <szabtam@gmail.com>2020-07-22 21:46:23 +0300
committerTamas Szabo <szabtam@gmail.com>2020-07-22 21:46:23 +0300
commit7e5df1bfc0fee409962cc1b7818a473c8ac58621 (patch)
treee4b8daad2c4d94b4638ff71f446776edc5c05aaa /scripts
parent259beb44d6b9ca35e11ee86c31b2bfe8c3833f38 (diff)
downloadisort-7e5df1bfc0fee409962cc1b7818a473c8ac58621.tar.gz
Remove unused import (os)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_acknowledgments.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check_acknowledgments.py b/scripts/check_acknowledgments.py
index 1466cd97..c7d4b396 100755
--- a/scripts/check_acknowledgments.py
+++ b/scripts/check_acknowledgments.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-import os
import re
import sys
from concurrent.futures import ThreadPoolExecutor