mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Autopep8
This commit is contained in:
@@ -2,7 +2,8 @@ from . import WavInfoReader
|
|||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
import sys, os
|
import sys
|
||||||
|
import os
|
||||||
import json
|
import json
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
import importlib.metadata
|
import importlib.metadata
|
||||||
@@ -86,7 +87,7 @@ def main():
|
|||||||
'run_date': datetime.datetime.now().isoformat(),
|
'run_date': datetime.datetime.now().isoformat(),
|
||||||
'application': f"wavinfo {version}",
|
'application': f"wavinfo {version}",
|
||||||
'scopes': {}
|
'scopes': {}
|
||||||
}
|
}
|
||||||
for scope, name, value in this_file.walk():
|
for scope, name, value in this_file.walk():
|
||||||
if scope not in ret_dict['scopes'].keys():
|
if scope not in ret_dict['scopes'].keys():
|
||||||
ret_dict['scopes'][scope] = {}
|
ret_dict['scopes'][scope] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user