Skip to content

Commit 032756c

Browse files
committed
removed unnecesary pass
1 parent cc62f16 commit 032756c

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)