Fixing flake8 linting errors

This commit is contained in:
Jacob Alexander
2019-10-15 01:08:11 -07:00
parent 0e830c2127
commit 7789ebbf96
5 changed files with 27 additions and 32 deletions

View File

@@ -1,8 +1,6 @@
import gc
import os
import socket
import subprocess
import sys # add examples dir to sys.path
import time
examples_dir = os.path.join(os.path.dirname(__file__), '..', 'examples')