From daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 13 Apr 2021 22:27:01 +0100 Subject: replace assert() with message logging --- core/models/caves.py | 1 - 1 file changed, 1 deletion(-) (limited to 'core/models/caves.py') diff --git a/core/models/caves.py b/core/models/caves.py index be44e8f..edaae9a 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -1,7 +1,6 @@ import string import os import datetime -import logging import re import json from subprocess import call -- cgit v1.2.3