Skip to content

Commit 1b63127

Browse files
committed
Merge remote-tracking branch 'origin/test-with-pytricia' into test-with-pytricia
2 parents dcbda4b + 23df79a commit 1b63127

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aikido_zen/helpers/ip_matcher/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ def is_empty(self):
5757
return len(self.trie) == 0
5858

5959
else:
60-
# Fallback to pure Python implementation
60+
# Fallback to pure Python implementation - this happens on windows machines since pytricia is not
61+
# fully supported there.
6162
from aikido_zen.helpers.ip_matcher_fallback import IPMatcher # noqa: F401

0 commit comments

Comments
 (0)