Skip to content

Commit 3fb490e

Browse files
committed
remove unused imports
1 parent 859fd8a commit 3fb490e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# General imports
22
import os
33
import sys
4-
from pathlib import Path
5-
from hashlib import blake2b
64
# Smile imports
75
from smile.common import Experiment, Log, Wait, Func, UntilDone, \
86
Label, Loop, If, Elif, Else, KeyPress, Ref, \
@@ -19,7 +17,6 @@
1917
from utils import retrieve_worker_id, \
2018
get_blocks_to_run, upload_block, sid_evenness, upload_happy, make_n_block_message
2119
import version
22-
from time import sleep
2320

2421
# Various task imports
2522
from tasks import FlankerExp, Flanker_config

0 commit comments

Comments
 (0)