mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix flake8 lint check failures
This commit is contained in:
parent
36e0faea6b
commit
3b363d0258
@ -42,7 +42,6 @@ Typical usage:
|
||||
|
||||
import json
|
||||
import sqlite3
|
||||
import threading
|
||||
from pathlib import Path
|
||||
from typing import List, Optional, Union
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
Test the refactored model config classes.
|
||||
"""
|
||||
|
||||
import sys
|
||||
from hashlib import sha256
|
||||
|
||||
import pytest
|
||||
|
Loading…
Reference in New Issue
Block a user