summaryrefslogtreecommitdiff
path: root/examples_checks.py
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-11-21 16:51:23 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2019-12-20 09:26:17 +0100
commit55389ccf25b1f37284cdcda39f9dc2b67d6ec878 (patch)
tree1df9a94d7d5e4be97c822a758bbfa3621fc04261 /examples_checks.py
parent8146728c780914614ec49177edd5ea18030065e3 (diff)
downloadefl-55389ccf25b1f37284cdcda39f9dc2b67d6ec878.tar.gz
python: remove not needed imports in various python scripts
Should not be much harm but could help to have the minimum imports needed when used in deployment. Reported-By: https://lgtm.com/projects/g/Enlightenment/efl Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10885
Diffstat (limited to 'examples_checks.py')
-rwxr-xr-xexamples_checks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples_checks.py b/examples_checks.py
index f456e6be58..0129b40560 100755
--- a/examples_checks.py
+++ b/examples_checks.py
@@ -1,6 +1,5 @@
#!/usr/bin/python3
import os
-import sys
import subprocess
import json
import time