mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Start documenting our Trie implementation
This commit is contained in:
parent
51d11d1a30
commit
5dc7440a2b
6 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Unit tests for the Notifier object."""
|
||||
import pytest
|
||||
|
||||
from flake8 import notifier
|
||||
from flake8.plugins import notifier
|
||||
|
||||
|
||||
class _Listener(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue