Skip to content

Commit b66a75e

Browse files
author
atollk
committed
codestyle fix after merge.
1 parent b72f49e commit b66a75e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/copy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ def _copy_is_necessary(
398398

399399
elif condition == "newer":
400400
try:
401-
namespace = ("details",)
402401
src_modified = src_fs.getmodified(src_path)
403402
dst_modified = dst_fs.getmodified(dst_path)
404403
except ResourceNotFound:
@@ -412,7 +411,6 @@ def _copy_is_necessary(
412411

413412
elif condition == "older":
414413
try:
415-
namespace = ("details",)
416414
src_modified = src_fs.getmodified(src_path)
417415
dst_modified = dst_fs.getmodified(dst_path)
418416
except ResourceNotFound:

0 commit comments

Comments
 (0)