Commit 64943bc2 authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

Correct the import.

parent 6e6861f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import logging,
import logging

LOGGER = logging.getLogger(__name__)