Skip to content

Commit 30aa16d

Browse files
committed
style: apply black formatting to msstats.py
1 parent 6dd02d0 commit 30aa16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ def main():
867867
help="Duration of the metric window in seconds. Default is 604800 (7 days).",
868868
)
869869

870-
(options, _) = parser.parse_args()
870+
options, _ = parser.parse_args()
871871

872872
if not os.path.isdir(options.outDir):
873873
os.makedirs(options.outDir)

0 commit comments

Comments
 (0)