Skip to content

Commit

Permalink
Make sure typing imports are unqualified
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanHelsing committed May 23, 2018
1 parent ee4e798 commit 4cd003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterbutler/providers/box/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async def intra_copy(
dest_provider: provider.BaseProvider,
src_path: WaterButlerPath,
dest_path: WaterButlerPath
) -> Tuple[typing.Union[BoxFileMetadata, BoxFolderMetadata], bool]:
) -> Tuple[Union[BoxFileMetadata, BoxFolderMetadata], bool]:
"""Copy a file if the src and dest are both on Box.
"""

Expand Down

0 comments on commit 4cd003d

Please sign in to comment.