Skip to content
Snippets Groups Projects
Verified Commit d39c680a authored by Sarthik Gupta's avatar Sarthik Gupta :alien:
Browse files

fix: linting fixes

parent 32471d09
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ class SubscriptionBase:
return subscriptions
def _categoriseSubscription(self, subscription):
"""Returns the subscription object with categorised subscription sub object & subscription type
"""Returns the subscription object with categorised subscription sub object & subscription
type
Args:
subscription (_type_): The subscription object fetched from the database
......@@ -538,7 +539,8 @@ class SubscriptionBase:
)
def getSubscriptionData(self, email: str, subscriptionId: int):
"""Get the subscription data to be shown as prefilled form data in modify subscription screen
"""Get the subscription data to be shown as prefilled form data in modify subscription
screen
Args:
email (str): User's email id who performed the action
......
......@@ -8,7 +8,6 @@ from .constants import (
getSubscriptionFormDataForCurrentRoute,
)
tableData = {
"header": [
{"displayName": "Fingerprint", "value": "fingerprint"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment