Skip to content

Commit 95ea71e

Browse files
authored
Merge pull request #526 from splitio/feature/SemVer
removed unnecesary pass
2 parents a0ce471 + 032756c commit 95ea71e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splitio/models/splits.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def from_raw(raw_split):
287287
)
288288
except MatcherNotFoundException as e:
289289
_LOGGER.error(str(e))
290-
pass
291290

292291
_LOGGER.debug("Using default conditions template for feature flag: %s", raw_split['name'])
293292
return Split(

0 commit comments

Comments
 (0)