Skip to content

Commit e594d15

Browse files
1yamnesitor
andauthored
Apply suggestion from @nesitor
Co-authored-by: nesitor <[email protected]>
1 parent 88c5aff commit e594d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/client/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def __aenter__(self):
147147
self.instance = Instance(self)
148148
self.pricing = Pricing(self)
149149
self.voucher = Vouchers(self)
150-
self.settings = NetworkSettingsService(self)
150+
self.network_settings = NetworkSettingsService(self)
151151
return self
152152

153153
async def __aexit__(self, exc_type, exc_val, exc_tb):

0 commit comments

Comments
 (0)