Skip to content

Commit 62a3cff

Browse files
committed
fix formatting
1 parent a5a3e73 commit 62a3cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

progress_api/backends/enlighten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def update(
166166
try:
167167
bar.update_from(src, float(n)) # type: ignore
168168
except ValueError as e:
169-
self.spec.logger.warning('invalid update: %s', e)
169+
self.spec.logger.warning("invalid update: %s", e)
170170
else:
171171
bar.update(float(n)) # type: ignore
172172

0 commit comments

Comments
 (0)