File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- """ methods for generating SQL WHERE clauses from datajoint restriction conditions """
1
+ """methods for generating SQL WHERE clauses from datajoint restriction conditions"""
2
2
3
3
import collections
4
4
import datetime
Original file line number Diff line number Diff line change @@ -58,4 +58,3 @@ def _import_plugins(category):
58
58
59
59
connection_plugins = _import_plugins ("connection" )
60
60
type_plugins = _import_plugins ("datatype" )
61
-
Original file line number Diff line number Diff line change 1
- """ methods for generating previews of query expression results in python command line and Jupyter """
1
+ """methods for generating previews of query expression results in python command line and Jupyter"""
2
2
3
3
from .settings import config
4
4
You can’t perform that action at this time.
0 commit comments