We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcbda4b + 23df79a commit 1b63127Copy full SHA for 1b63127
1 file changed
aikido_zen/helpers/ip_matcher/__init__.py
@@ -57,5 +57,6 @@ def is_empty(self):
57
return len(self.trie) == 0
58
59
else:
60
- # Fallback to pure Python implementation
+ # Fallback to pure Python implementation - this happens on windows machines since pytricia is not
61
+ # fully supported there.
62
from aikido_zen.helpers.ip_matcher_fallback import IPMatcher # noqa: F401
0 commit comments