Skip to content

Commit 7cfa504

Browse files
authored
Change import typo from filters to Filter
1 parent bcc7d56 commit 7cfa504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/methods/decorators/on_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from typing import Callable, Optional
2121

2222
import pyrogram
23-
from pyrogram.filters import filters
23+
from pyrogram.filters import Filter
2424

2525

2626
class OnError:

0 commit comments

Comments
 (0)