Skip to content

Commit

Permalink
Fix ruff warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Aug 23, 2024
1 parent 7aa876a commit a1e80fd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions chatmaild/src/chatmaild/tests/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from pathlib import Path

import pytest

from chatmaild.config import read_config, write_initial_config


Expand Down
1 change: 1 addition & 0 deletions chatmaild/src/chatmaild/tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from chatmaild.config import read_config


Expand Down
3 changes: 2 additions & 1 deletion chatmaild/src/chatmaild/tests/test_doveauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
import threading
import traceback

import chatmaild.doveauth
import pytest

import chatmaild.doveauth
from chatmaild.doveauth import (
AuthDictProxy,
is_allowed_to_create,
Expand Down
1 change: 1 addition & 0 deletions chatmaild/src/chatmaild/tests/test_filtermail.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from chatmaild.filtermail import (
BeforeQueueHandler,
SendRateLimiter,
Expand Down
1 change: 1 addition & 0 deletions chatmaild/src/chatmaild/tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import pytest
import requests

from chatmaild.metadata import (
Metadata,
MetadataDictProxy,
Expand Down

0 comments on commit a1e80fd

Please sign in to comment.