Skip to content

Commit

Permalink
Rename log_tools to just log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Dec 15, 2023
1 parent d9cc916 commit 0aa5b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/unit/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""Tests for the log_tools module."""
"""Tests for the log module."""

import json
import logging
Expand All @@ -22,7 +22,7 @@

import pytest

from hexkit.log_tools import (
from hexkit.log import (
JsonFormatter,
LoggingConfig,
RecordCompiler,
Expand Down

0 comments on commit 0aa5b9a

Please sign in to comment.