Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Apr 22, 2024
1 parent 06e8a77 commit e1116e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CveXplore/core/database_actions/db_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class DatabaseAction(object):
Group:
database
"""

actions = collections.namedtuple("Actions", "InsertOne UpdateOne")(0, 1)

def __init__(self, action: actions, doc: dict):
Expand Down

0 comments on commit e1116e5

Please sign in to comment.