summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2017-12-05 11:20:57 +0100
committerJoel Klinghed <the_jk@opera.com>2017-12-05 11:20:57 +0100
commit520577a4029ee95c56970300e5fd0b97d5862c1b (patch)
tree6ffa291dc2b94a24667df881a92192c89db6816b
parentfb53fb4425752275c79c692cb0062dea15aa2281 (diff)
Remove unused import
-rw-r--r--bin/flycheck-android-java.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/flycheck-android-java.py b/bin/flycheck-android-java.py
index 7e75068..c679f8b 100644
--- a/bin/flycheck-android-java.py
+++ b/bin/flycheck-android-java.py
@@ -7,7 +7,6 @@ import os
import subprocess
import sys
import tempfile
-import time
def get_gradle_command_and_project_mtime(dir):
"""Find top-project gradlew or fallback to using gradle on sub-project dir.