Skip to content

Commit 256d99b

Browse files
committed
remove unused func
1 parent 1e54b21 commit 256d99b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/http_fixtures.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from datetime import datetime
22
from functools import partial
33
from http.server import HTTPServer, SimpleHTTPRequestHandler
4-
from io import BytesIO
54
import os
65
from pathlib import Path
76
import shutil
@@ -47,9 +46,6 @@ def do_DELETE(self):
4746

4847
self.end_headers()
4948

50-
def list_directory(self, path: str | os.PathLike[str]) -> BytesIO | None:
51-
return super().list_directory(path)
52-
5349

5450
@fixture(scope="module")
5551
def http_server(tmp_path_factory, worker_id):

0 commit comments

Comments
 (0)