Skip to content

Commit

Permalink
remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Sep 1, 2024
1 parent 1e54b21 commit 256d99b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/http_fixtures.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from datetime import datetime
from functools import partial
from http.server import HTTPServer, SimpleHTTPRequestHandler
from io import BytesIO
import os
from pathlib import Path
import shutil
Expand Down Expand Up @@ -47,9 +46,6 @@ def do_DELETE(self):

self.end_headers()

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


@fixture(scope="module")
def http_server(tmp_path_factory, worker_id):
Expand Down

0 comments on commit 256d99b

Please sign in to comment.