Skip to content

Commit 1f17b6f

Browse files
committed
style: make black happy
1 parent 568b021 commit 1f17b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caso/extract/openstack/cinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _build_record(self, volume, extract_from, extract_to):
5353
if vol_created < extract_from:
5454
vol_created = extract_from
5555

56-
active_duration_delta = (extract_to - vol_created)
56+
active_duration_delta = extract_to - vol_created
5757
ms = active_duration_delta.microseconds
5858
td = datetime.timedelta(microseconds=ms)
5959
active_duration = (active_duration_delta - td).total_seconds()

0 commit comments

Comments
 (0)