removed needless import

class_based_refactor
Nicholas Hope 2022-09-17 14:07:44 -04:00
parent 8bf19e6153
commit 1ac808ce1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""Verify all the things that could go wrong."""
from copy import deepcopy
from tfscript import tftypes
def verifyConfig(cfg: dict) -> (dict, dict):