Skip to content

Commit

Permalink
For the linter
Browse files Browse the repository at this point in the history
Issue #306
  • Loading branch information
damies13 committed Oct 18, 2024
1 parent 141bb49 commit c6c3aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfswarm_reporter/rfswarm_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class ReporterBase():
# dbfile = ""
datadb = None
dbqueue: Any = {"Write": [], "Read": [], "ReadResult": {}, "Results": [], "Metric": [], "Metrics": []}
db_compile_options = []
db_compile_options: Any = []

defaultlabels = {"lbl_Result": "Result", "lbl_Test": "Test", "lbl_Script": "Script", "lbl_Error": "Error", "lbl_Count": "Count", "lbl_Screenshot": "Screenshot", "lbl_NoScreenshot": "No Screenshot"}

Expand Down

0 comments on commit c6c3aad

Please sign in to comment.