Skip to content

Commit 0709c37

Browse files
minor format
1 parent 0df2cdb commit 0709c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datajoint/autopopulate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def make(self, key):
146146
):
147147
# user must implement `make`
148148
raise NotImplementedError(
149-
"Subclasses of AutoPopulate must implement the method `make` or (`make_fetch` + `make_compute` + `make_insert`)"
149+
"Subclasses of AutoPopulate must implement the method `make` "
150+
"or (`make_fetch` + `make_compute` + `make_insert`)"
150151
)
151152

152153
# User has implemented `_fetch`, `_compute`, and `_insert` methods instead

0 commit comments

Comments
 (0)