diff options
author | Anutrix <numaanzaheerahmed@yahoo.com> | 2021-10-17 16:35:36 +0530 |
---|---|---|
committer | Anutrix <numaanzaheerahmed@yahoo.com> | 2021-10-18 01:50:34 +0530 |
commit | a4b736658e4b1f8e512e262f6f8cacb943e78289 (patch) | |
tree | a7605d0336c3ca02c77425c0d7a106dd697696f1 /doc/translations/extract.py | |
parent | 5bf01654d75f9493fba6761c9c360fef3019f082 (diff) |
Remove unused imports in .py, SCsub and SConstruct files
Diffstat (limited to 'doc/translations/extract.py')
-rw-r--r-- | doc/translations/extract.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/translations/extract.py b/doc/translations/extract.py index a2bc5e37ec..a13680a613 100644 --- a/doc/translations/extract.py +++ b/doc/translations/extract.py @@ -2,7 +2,6 @@ import argparse import os -import re import shutil from collections import OrderedDict |