Skip to content

Commit 6fe5153

Browse files
committed
Remove extra comments
1 parent eabe9e9 commit 6fe5153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ralph/data_importer/mixins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def get_or_init_instance(self, instance_loader, row):
8585
)
8686

8787
def after_save_instance(self, instance, row, **kwargs):
88-
# def after_save_instance(self, instance, row, **kwargs):
8988
if not kwargs.get("dry_run", False) and self.old_object_pk:
9089
content_type = ContentType.objects.get_for_model(self._meta.model)
9190
ImportedObjects.objects.update_or_create(

0 commit comments

Comments
 (0)