Skip to content

Commit 1252e29

Browse files
author
Bilal Al
committed
polish
1 parent ccdb728 commit 1252e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splitio/models/grammar/matchers/semver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def __init__(self, version):
2121
self._pre_release = []
2222
self._is_stable = False
2323
self._old_version = version
24-
self.parse()
24+
self._parse()
2525

26-
def parse(self):
26+
def _parse(self):
2727
"""
2828
Parse the string in self._old_version to update the other internal variables
2929
"""

0 commit comments

Comments
 (0)