Skip to content

Commit

Permalink
#146: Fix missing logging import
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 14, 2020
1 parent be35d4b commit 5944932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/filter_order_handler.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import logging

from common.icat.filters import (
PythonICATLimitFilter,
PythonICATSkipFilter,
PythonICATOrderFilter,
)

log = logging.getLogger()


class FilterOrderHandler(object):
"""
Expand Down

0 comments on commit 5944932

Please sign in to comment.