Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor-Weather
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bauruine
Tor-Weather
Commits
d39c680a
Verified
Commit
d39c680a
authored
2 years ago
by
Sarthik Gupta
Browse files
Options
Downloads
Patches
Plain Diff
fix: linting fixes
parent
32471d09
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/src/core/services/subscription.py
+4
-2
4 additions, 2 deletions
backend/src/core/services/subscription.py
backend/src/views/dashboard.py
+0
-1
0 additions, 1 deletion
backend/src/views/dashboard.py
with
4 additions
and
3 deletions
backend/src/core/services/subscription.py
+
4
−
2
View file @
d39c680a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
backend/src/views/dashboard.py
+
0
−
1
View file @
d39c680a
...
...
@@ -8,7 +8,6 @@ from .constants import (
getSubscriptionFormDataForCurrentRoute
,
)
tableData
=
{
"
header
"
:
[
{
"
displayName
"
:
"
Fingerprint
"
,
"
value
"
:
"
fingerprint
"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment