Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Nov 16, 2023
1 parent 0fc718d commit c208bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiogram/dispatcher/event/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings
from dataclasses import dataclass, field
from functools import partial
from typing import Any, Callable, Dict, List, Optional, Tuple, Set
from typing import Any, Callable, Dict, List, Optional, Set, Tuple

from magic_filter.magic import MagicFilter as OriginalMagicFilter

Expand Down
2 changes: 1 addition & 1 deletion tests/test_dispatcher/test_event/test_handler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import functools
from typing import Any, Dict, Union, Callable, Set
from typing import Any, Callable, Dict, Set, Union

import pytest
from magic_filter import F as A
Expand Down

0 comments on commit c208bcf

Please sign in to comment.