Skip to content

Commit 3b363d0

Browse files
committed
fix flake8 lint check failures
1 parent 36e0fae commit 3b363d0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

invokeai/app/services/model_records/model_records_sql.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242

4343
import json
4444
import sqlite3
45-
import threading
4645
from pathlib import Path
4746
from typing import List, Optional, Union
4847

tests/app/services/model_records/test_model_records_sql.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Test the refactored model config classes.
33
"""
44

5-
import sys
65
from hashlib import sha256
76

87
import pytest

0 commit comments

Comments
 (0)