summaryrefslogtreecommitdiff
path: root/scripts/generate_authors.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate_authors.py')
-rw-r--r--scripts/generate_authors.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/generate_authors.py b/scripts/generate_authors.py
index e2e3add..64c0af8 100644
--- a/scripts/generate_authors.py
+++ b/scripts/generate_authors.py
@@ -1,8 +1,7 @@
+import os
from collections import Counter
from subprocess import check_output
-import os
-
root_path = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))