beremiz
Clone
Summary
Browse
Changes
Graph
removed useless import
svghmi
2021-06-18, Edouard Tisserant
689ac4ac0dbe
Parents
06ea7a1152af
Children
1205b2d0acf2
removed useless import
1 files changed, 0 insertions(+), 1 deletions(-)
+0
-1
ProjectController.py
--- a/ProjectController.py Fri Jun 18 10:49:10 2021 +0200
+++ b/ProjectController.py Fri Jun 18 10:57:33 2021 +0200
@@ -36,7 +36,6 @@
import shutil
import re
import tempfile
-from threading import Timer
from datetime import datetime
from weakref import WeakKeyDictionary
from functools import reduce