Skip to content

Commit

Permalink
Removes unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 3, 2023
1 parent 6ab2d60 commit e14250b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/cli/test_application.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Tests for the ``Application`` class."""

import logging
import os
from pathlib import Path
from unittest import TestCase

Expand Down
2 changes: 0 additions & 2 deletions tests/settings/test_applicationsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from tempfile import NamedTemporaryFile
from unittest import TestCase

from pydantic import ValidationError

from quota_notifier.settings import ApplicationSettings
from tests.base import DefaultSetupTeardown

Expand Down
2 changes: 0 additions & 2 deletions tests/settings/test_filesystemschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from pathlib import Path
from unittest import TestCase

from pydantic import ValidationError

from quota_notifier.disk_utils import QuotaFactory
from quota_notifier.settings import FileSystemSchema
from tests.base import DefaultSetupTeardown
Expand Down

0 comments on commit e14250b

Please sign in to comment.