Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed May 17, 2022
1 parent bc09575 commit d627165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
import uuid

from collections.abc import Callable, Generator
from collections.abc import Generator
from pathlib import Path as PyPath
from pytest import fixture

Expand Down Expand Up @@ -75,6 +75,6 @@ async def _incomplete_metadata_file_update(temp_dir, metadict, source):
"path": "user_path",
"size": 1280
}

def make_test_lines(start, stop):
return [str(i) + "a" * (256 - len(str(i)) - 1) + "\n" for i in range(start, stop)]

0 comments on commit d627165

Please sign in to comment.