summaryrefslogtreecommitdiff
path: root/scripts/generate_authors.py
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-01-19 10:43:08 +0200
committerGitHub <noreply@github.com>2023-01-19 10:43:08 +0200
commitcf405e2836bbcc32aaeaa6b7a7cc7bbabe873019 (patch)
treec75005ebf3ac8b79a6058da9823331f7d3d3765e /scripts/generate_authors.py
parent6e02940868a73cbcf3cc86077fc83c7cb21a4780 (diff)
parentd14f9565c03ba10d493437784db439ca260ba69d (diff)
downloadbabel-cf405e2836bbcc32aaeaa6b7a7cc7bbabe873019.tar.gz
Merge pull request #949 from python-babel/ruffify
Add ruff for linting
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__), '..'))