Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Feb 1, 2024
1 parent 4f29dde commit 6a341e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/clickhouse/disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def copy_parts(
Copy parts from temporary cloud storage disk to actual.
"""

# We can use asynchio.run when python3.6 will be depricated.
# We can use asynchio.run when python3.6 will be deprecated.
loop = asyncio.get_event_loop()
loop.run_until_complete(
self._copy_part_internal(backup_meta, parts_to_copy, max_proccesses_count)
Expand Down

0 comments on commit 6a341e6

Please sign in to comment.