Skip to content

Commit

Permalink
Merge pull request #795 from jawaidm/master
Browse files Browse the repository at this point in the history
minor fix for logging
  • Loading branch information
jawaidm committed Apr 27, 2020
2 parents 8cb9574 + b2aca89 commit afbb9c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ledger/payments/helpers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from django.conf import settings

import logging
logger = logging.getLogger(__name__)

def is_valid_system(system_id):
''' Check if the system is in the itsystems register.
Expand Down

0 comments on commit afbb9c6

Please sign in to comment.