style: pre-commit run -a
This commit is contained in:
committed by
Henry Schreiner
parent
b1e5b8b647
commit
635b226a6c
@@ -1,7 +1,6 @@
|
||||
from typing import Union, TYPE_CHECKING
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
from typing import TYPE_CHECKING, Union
|
||||
|
||||
if TYPE_CHECKING:
|
||||
PopenBytes = subprocess.Popen[bytes]
|
||||
|
||||
Reference in New Issue
Block a user