fix flake8 lint check failures

This commit is contained in:
Lincoln Stein 2023-11-08 16:52:46 -05:00
parent 36e0faea6b
commit 3b363d0258
2 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ Typical usage:
import json import json
import sqlite3 import sqlite3
import threading
from pathlib import Path from pathlib import Path
from typing import List, Optional, Union from typing import List, Optional, Union

View File

@ -2,7 +2,6 @@
Test the refactored model config classes. Test the refactored model config classes.
""" """
import sys
from hashlib import sha256 from hashlib import sha256
import pytest import pytest