Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 7904687 commit a78f08d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2023-04-21 08:47:13.216912
"""

from alembic import op
import sqlalchemy as sa

Expand Down
1 change: 0 additions & 1 deletion network_manager/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


class DB:

"""
Contains functions for performing database operations
"""
Expand Down
2 changes: 0 additions & 2 deletions network_manager/node_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


class NodeRegistry:

"""
Contains functions for retrieving information from the github node registry
"""
Expand All @@ -26,7 +25,6 @@ def get_node_registry():

@staticmethod
def get_node_info():

"""
Gets information from the node info repository at the given url.
Returns the information in json format
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def get_session_factory(engine):


def get_tm_session(session_factory, transaction_manager, request=None):

"""
Get a ``sqlalchemy.orm.Session`` instance backed by a transaction.
Expand Down

0 comments on commit a78f08d

Please sign in to comment.