Skip to content

Commit

Permalink
move config to util
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatele committed Nov 14, 2023
1 parent 0d0b371 commit 8887c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# SPDX-License-Identifier: MIT

from .trace import Trace # noqa: F401
from .config import get_option, set_option, reset_option # noqa: F401
from .util.config import get_option, set_option, reset_option # noqa: F401
File renamed without changes.

0 comments on commit 8887c25

Please sign in to comment.