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 Nov 12, 2024
1 parent f0ee2dc commit 7ef904b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/environ/_environ_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@

import logging
import os

from typing import Any, Callable, TypeVar, overload

import attr

from .exceptions import MissingEnvValueError


CNF_KEY = "environ_config"
log = logging.getLogger(CNF_KEY)

Expand Down
1 change: 1 addition & 0 deletions tests/test_environ_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import attr
import pytest

from attr.exceptions import FrozenInstanceError

import environ
Expand Down

0 comments on commit 7ef904b

Please sign in to comment.