Skip to content

Commit d48e138

Browse files
committed
Include utils in base import
1 parent 88b65ec commit d48e138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from labkey import query, experiment # wiki, messageboard
16+
from labkey import query, experiment, utils # wiki, messageboard
1717
from pkg_resources import get_distribution
1818

1919
__title__ = get_distribution('labkey').project_name

0 commit comments

Comments
 (0)