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

Commit 041fd26

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d976955 commit 041fd26

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

network_manager/alembic/versions/242f91dc05ae_create_nodes_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Create Date: 2023-04-21 08:47:13.216912
66
77
"""
8+
89
from alembic import op
910
import sqlalchemy as sa
1011

network_manager/db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
class DB:
13-
1413
"""
1514
Contains functions for performing database operations
1615
"""

network_manager/node_registry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
class NodeRegistry:
6-
76
"""
87
Contains functions for retrieving information from the github node registry
98
"""
@@ -26,7 +25,6 @@ def get_node_registry():
2625

2726
@staticmethod
2827
def get_node_info():
29-
3028
"""
3129
Gets information from the node info repository at the given url.
3230
Returns the information in json format

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def get_session_factory(engine):
4444

4545

4646
def get_tm_session(session_factory, transaction_manager, request=None):
47-
4847
"""
4948
5049
Get a ``sqlalchemy.orm.Session`` instance backed by a transaction.

0 commit comments

Comments
 (0)