Skip to content

Commit 4cd003d

Browse files
committed
Make sure typing imports are unqualified
1 parent ee4e798 commit 4cd003d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waterbutler/providers/box/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ async def intra_copy(
202202
dest_provider: provider.BaseProvider,
203203
src_path: WaterButlerPath,
204204
dest_path: WaterButlerPath
205-
) -> Tuple[typing.Union[BoxFileMetadata, BoxFolderMetadata], bool]:
205+
) -> Tuple[Union[BoxFileMetadata, BoxFolderMetadata], bool]:
206206
"""Copy a file if the src and dest are both on Box.
207207
"""
208208

0 commit comments

Comments
 (0)