We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4e798 commit 4cd003dCopy full SHA for 4cd003d
waterbutler/providers/box/provider.py
@@ -202,7 +202,7 @@ async def intra_copy(
202
dest_provider: provider.BaseProvider,
203
src_path: WaterButlerPath,
204
dest_path: WaterButlerPath
205
- ) -> Tuple[typing.Union[BoxFileMetadata, BoxFolderMetadata], bool]:
+ ) -> Tuple[Union[BoxFileMetadata, BoxFolderMetadata], bool]:
206
"""Copy a file if the src and dest are both on Box.
207
"""
208
0 commit comments