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"""
22
33import collections
44import datetime
Original file line number Diff line number Diff line change @@ -58,4 +58,3 @@ def _import_plugins(category):
5858
5959connection_plugins = _import_plugins ("connection" )
6060type_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"""
22
33from .settings import config
44
You can’t perform that action at this time.
0 commit comments