mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Add noinspection PyPep8Naming for Filters.user
This commit is contained in:
parent
31578ddb33
commit
339630dafb
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ class Filters:
|
||||||
|
|
||||||
return create("Regex", f, p=re.compile(pattern, flags))
|
return create("Regex", f, p=re.compile(pattern, flags))
|
||||||
|
|
||||||
|
# noinspection PyPep8Naming
|
||||||
class user(Filter, set):
|
class user(Filter, set):
|
||||||
"""Filter messages coming from one or more users.
|
"""Filter messages coming from one or more users.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue