Skip to content

Commit 3511b21

Browse files
committed
Reformat with black
1 parent fc24058 commit 3511b21

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

injector/__init__.py

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

4747
from typing import Annotated, NoReturn, _AnnotatedAlias, get_type_hints # type: ignore[attr-defined]
4848

49-
5049
__author__ = 'Alec Thomas <alec@swapoff.org>'
5150
__version__ = '0.24.0'
5251
__version_tag__ = ''

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import sys
33
import warnings
44

5-
65
warnings.filterwarnings("always", module=__name__)
76

87

0 commit comments

Comments
 (0)