mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Move trie implementation out of plugins
We're going to use it for statistics, so it no longer belongs hidden in the flake8.plugins namespace.
This commit is contained in:
parent
edd84fba52
commit
2660ddd031
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
"""Unit test for the _trie module."""
|
||||
from flake8.plugins import _trie as trie
|
||||
from flake8 import _trie as trie
|
||||
|
||||
|
||||
class TestTrie(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue