Skip to content

Commit ac049dd

Browse files
authored
Merge pull request #338 from martin-neotech/4.0-test-coverage-improvements-of-api
4.0 test coverage improvements of api
2 parents 04ab574 + d1795bd commit ac049dd

File tree

2 files changed

+310
-63
lines changed

2 files changed

+310
-63
lines changed

neo4j/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ def __bool__(self):
108108

109109
class ServerInfo:
110110

111-
address = None
112-
113111
def __init__(self, address, protocol_version):
114112
self.address = address
115113
self.protocol_version = protocol_version

0 commit comments

Comments
 (0)