Skip to content

Commit

Permalink
Linting fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai committed Apr 11, 2024
1 parent 2855610 commit 76e15c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions newrelic/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class GCRuntimeMetricsSettings(Settings):
class MemoryRuntimeMetricsSettings(Settings):
pass


class MachineLearningSettings(Settings):
pass

Expand Down
1 change: 0 additions & 1 deletion tests/agent_unittests/test_sampler_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,3 @@ def _test():
assert EXPECTED_MEMORY_METRICS[1] in metrics_table

_test()

0 comments on commit 76e15c7

Please sign in to comment.