Skip to content

Commit

Permalink
Fix pprint import
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Aug 13, 2024
1 parent 289c775 commit 517dac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprvat/deeprvat/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
import pprint
from pprint import pprint
import sys
from typing import Optional, Tuple

Expand Down

0 comments on commit 517dac3

Please sign in to comment.