Skip to content

Commit 477ec14

Browse files
committed
Code cleaning
1 parent 3a2e8a7 commit 477ec14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datashield/interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def list_profiles(self) -> list:
143143
"""
144144
raise NotImplementedError('DSConnection function not available')
145145

146-
def list_methods(self, type: str = "aggregate") -> list:
146+
def list_methods(self, type: str = 'aggregate') -> list:
147147
"""
148148
Get the list of DataSHIELD methods that have been configured on the remote data repository.
149149
@@ -228,7 +228,7 @@ class DSDriver:
228228
"""
229229

230230
@classmethod
231-
def new_connection(cls, name: str, args: dict, profile: str = "default", restore: str = None) -> DSConnection:
231+
def new_connection(cls, name: str, args: dict, profile: str = 'default', restore: str = None) -> DSConnection:
232232
"""
233233
Creates a new connection
234234

0 commit comments

Comments
 (0)