Skip to content

Commit e200ca0

Browse files
PEP8
1 parent 74159e3 commit e200ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def exists(self):
303303
"SELECT schema_name "
304304
"FROM information_schema.schemata "
305305
"WHERE schema_name = '{database}'".format(
306-
database=self.database)).rowcount > 0)
306+
database=self.database)).rowcount > 0)
307307

308308
@property
309309
def jobs(self):

0 commit comments

Comments
 (0)