Skip to content

Commit

Permalink
Merge pull request #13 from kjsanger/fix/logging-import
Browse files Browse the repository at this point in the history
Fix logging import
  • Loading branch information
kjsanger authored Nov 1, 2024
2 parents 8b92f4c + c54551b commit 98716bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npg/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import json as json_parser
import logging
import logging.config

import structlog

Expand Down

0 comments on commit 98716bf

Please sign in to comment.