Skip to content

Commit

Permalink
fix library import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Dec 13, 2024
1 parent bd9eeec commit 7bd570b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reg_chxr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import json
import copy
import sys
import os

LOG = logger.debug

Expand All @@ -24,7 +25,7 @@
logger.remove()
logger.add(sys.stderr, format=logger_format)

__version__ = '1.0.6'
__version__ = '1.0.7'

DISPLAY_TITLE = r"""
_ _
Expand Down

0 comments on commit 7bd570b

Please sign in to comment.