Fixing a few more easy lint wins

This commit is contained in:
Leigh Morresi
2021-02-21 14:26:19 +01:00
parent 22c7a1a88d
commit e200cd3289
6 changed files with 10 additions and 34 deletions

View File

@@ -1,9 +1,8 @@
import json
import uuid as uuid_builder
import validators
import os.path
from os import path
from threading import Lock, Thread
from threading import Lock
from copy import deepcopy