Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bradchiappetta committed Oct 22, 2024
1 parent 7fbc529 commit 76f9b3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/greynoise/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.1.4
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.4

LABEL organization=greynoise
LABEL sdk=python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ class GetTagDetailsOutput(insightconnect_plugin_runtime.Output):
""")

def __init__(self):
super(self.__class__, self).__init__(self.schema)
super(self.__class__, self).__init__(self.schema)
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ class QuickLookupOutput(insightconnect_plugin_runtime.Output):
""")

def __init__(self):
super(self.__class__, self).__init__(self.schema)
super(self.__class__, self).__init__(self.schema)
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ class RiotLookupOutput(insightconnect_plugin_runtime.Output):
""")

def __init__(self):
super(self.__class__, self).__init__(self.schema)
super(self.__class__, self).__init__(self.schema)

0 comments on commit 76f9b3d

Please sign in to comment.