Skip to content

Commit 37b3008

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 273ea71 commit 37b3008

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stdlib/tarfile.pyi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ class TarFile:
221221
debug: int | None = ...,
222222
errorlevel: int | None = ...,
223223
) -> Self: ...
224-
225224
@overload
226225
@classmethod
227226
def open(
@@ -493,7 +492,6 @@ class TarFile:
493492
debug: int | None = ...,
494493
errorlevel: int | None = ...,
495494
) -> Self: ...
496-
497495
@overload
498496
@classmethod
499497
def taropen(
@@ -530,7 +528,6 @@ class TarFile:
530528
debug: int | None = ...,
531529
errorlevel: int | None = ...,
532530
) -> Self: ...
533-
534531
@overload
535532
@classmethod
536533
def gzopen(
@@ -585,7 +582,6 @@ class TarFile:
585582
debug: int | None = ...,
586583
errorlevel: int | None = ...,
587584
) -> Self: ...
588-
589585
@overload
590586
@classmethod
591587
def bz2open(
@@ -622,7 +618,6 @@ class TarFile:
622618
debug: int | None = ...,
623619
errorlevel: int | None = ...,
624620
) -> Self: ...
625-
626621
@overload
627622
@classmethod
628623
def bz2open(
@@ -659,7 +654,6 @@ class TarFile:
659654
debug: int | None = ...,
660655
errorlevel: int | None = ...,
661656
) -> Self: ...
662-
663657
@overload
664658
@classmethod
665659
def xzopen(

0 commit comments

Comments
 (0)