Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent 73a1796 commit 836323a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/enrich/console.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module that helps integrating with rich library."""

import os
import sys
from typing import Any, TextIO
Expand Down
1 change: 1 addition & 0 deletions src/enrich/logging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Implements enriched RichHandler"""

from datetime import datetime
from typing import TYPE_CHECKING, Any, Iterable, Optional

Expand Down
1 change: 1 addition & 0 deletions test/test_console.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for rich module."""

import io
import sys

Expand Down
1 change: 1 addition & 0 deletions test/test_logging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests related to enriched RichHandler"""

import io
import logging
import re
Expand Down

0 comments on commit 836323a

Please sign in to comment.