diff --git a/projects/rocprofiler-systems/source/python/gui/source/gui.py b/projects/rocprofiler-systems/source/python/gui/source/gui.py index 115e717d5e..6e6233901c 100644 --- a/projects/rocprofiler-systems/source/python/gui/source/gui.py +++ b/projects/rocprofiler-systems/source/python/gui/source/gui.py @@ -47,7 +47,6 @@ from .parser import parse_uploaded_file from .parser import find_causal_files import plotly.graph_objects as go - file_timestamp = 0 global_data = pd.DataFrame() global_samples = pd.DataFrame() diff --git a/projects/rocprofiler-systems/source/python/rocprofsys/common.py b/projects/rocprofiler-systems/source/python/rocprofsys/common.py index 6f4b06e54b..f257e5e8f7 100644 --- a/projects/rocprofiler-systems/source/python/rocprofsys/common.py +++ b/projects/rocprofiler-systems/source/python/rocprofsys/common.py @@ -37,7 +37,6 @@ from . import libpyrocprofsys from .libpyrocprofsys.profiler import profiler_init as _profiler_init from .libpyrocprofsys.profiler import profiler_finalize as _profiler_fini - __all__ = ["exec_", "_file", "_get_argv", "_initialize", "_finalize"] diff --git a/projects/rocprofiler-systems/source/python/rocprofsys/user.py b/projects/rocprofiler-systems/source/python/rocprofsys/user.py index 9e51c9e638..b0871c8071 100644 --- a/projects/rocprofiler-systems/source/python/rocprofsys/user.py +++ b/projects/rocprofiler-systems/source/python/rocprofsys/user.py @@ -44,7 +44,6 @@ from .libpyrocprofsys.user import pop_region from .common import _initialize from .common import _file - __all__ = [ "region", "Region", diff --git a/projects/rocprofiler-systems/tests/validate-causal-json.py b/projects/rocprofiler-systems/tests/validate-causal-json.py index e10578c7f3..c3360d02ac 100755 --- a/projects/rocprofiler-systems/tests/validate-causal-json.py +++ b/projects/rocprofiler-systems/tests/validate-causal-json.py @@ -30,7 +30,6 @@ import math import argparse from collections import OrderedDict - num_stddev = 1.0 diff --git a/projects/rocprofiler-systems/tests/validate-rocpd.py b/projects/rocprofiler-systems/tests/validate-rocpd.py index 43f3241760..4714c282ea 100644 --- a/projects/rocprofiler-systems/tests/validate-rocpd.py +++ b/projects/rocprofiler-systems/tests/validate-rocpd.py @@ -75,8 +75,7 @@ class required_table: def print_help(): """Print out the help message""" - print( - f""" + print(f""" ROCPD Database Validation Tool DESCRIPTION: @@ -115,8 +114,7 @@ def print_help(): 64 - Invalid command line arguments (EX_USAGE) 65 - Validation failures detected (EX_DATAERR) 1 - General error (database connection, file not found, etc.) - """ - ) + """) def validate_table(cursor, rule, tables) -> bool: