Skip to content

Commit

Permalink
fix type check
Browse files Browse the repository at this point in the history
Change-Id: I220c05eee73ae76ced25254d67332f70a4069f7e
  • Loading branch information
MarkDaoust committed Sep 27, 2024
1 parent a21a8c0 commit 8093de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import collections
import datetime
import io
import os
from typing import Iterable, Sequence
import pathlib
Expand All @@ -38,7 +39,7 @@ def __init__(self, test):

def create_file(
self,
path: str | pathlib.Path | os.PathLike,
path: str | io.IOBase | os.PathLike,
*,
mime_type: str | None = None,
name: str | None = None,
Expand Down

0 comments on commit 8093de8

Please sign in to comment.