Skip to content

Commit

Permalink
Fix logger import
Browse files Browse the repository at this point in the history
  • Loading branch information
janhybs committed Dec 11, 2018
1 parent 76d1b4b commit ab2f838
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cihpc/www/rest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/python3
# author: Jan Hybs

import logging

from flask_restful import Resource

logger = logging.getLogger(__name__)

from flask_restful import Resource
from cihpc.common.utils import strings
from cihpc.common.logging import logger
from cihpc.common.utils import datautils as du


Expand Down

0 comments on commit ab2f838

Please sign in to comment.