Skip to content

Commit 4275dc9

Browse files
committed
remove unecessary code
1 parent c9249c2 commit 4275dc9

File tree

1 file changed

+0
-1
lines changed
  • jupyter_drives/managers

1 file changed

+0
-1
lines changed

jupyter_drives/managers/s3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ async def rename_file(self, new_file_name, drive_name, path = ""):
187187
response = {}
188188
try:
189189
if drive_name in self.s3_content_managers:
190-
# function from s3contents is implement in a way that actually moves a file or directory
191190
self.s3_content_managers[drive_name].rename_file(name = new_file_name, new_path = path, old_path = path)
192191
code = 201
193192
else:

0 commit comments

Comments
 (0)