File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ def get_required_for_object(
5656 )
5757 return instance
5858
59-
6059 def update_metadata (
6160 self ,
6261 instance : models .Model ,
@@ -92,7 +91,6 @@ def update_metadata(
9291 },
9392 )
9493
95-
9694 def validate_required_metadata (
9795 self ,
9896 data : dict [str , typing .Any ],
Original file line number Diff line number Diff line change 33
44from django .apps import apps
55from django .conf import settings
6- from django .contrib .contenttypes .models import ContentType
76from django .db import models
87from flag_engine .segments .constants import PERCENTAGE_SPLIT
98from rest_framework import serializers
@@ -251,7 +250,6 @@ def _update_or_create_segment_rules(
251250 child_rules , rule = child_rule , is_create = is_create
252251 )
253252
254-
255253 @staticmethod
256254 def _update_or_create_segment_rule (
257255 rule_data : dict [str , Any ],
You can’t perform that action at this time.
0 commit comments