Skip to content

Commit d1ef5c2

Browse files
committed
[Mega-Linter] Apply linters fixes
1 parent 43e586c commit d1ef5c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

newrelic/core/application.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
_logger = logging.getLogger(__name__)
5454

5555

56-
class Application():
57-
56+
class Application:
5857
"""Class which maintains recorded data for a single application."""
5958

6059
def __init__(self, app_name, linked_applications=None):

0 commit comments

Comments
 (0)