cuebook/CueObserve

View on GitHub
api/anomaly/migrations/0018_rootcauseanalysis_taskids.py

Summary

Maintainability
A
2 hrs
Test Coverage
Similar blocks of code found in 4 locations. Consider refactoring.
# Generated by Django 3.2.5 on 2021-08-18 23:47
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
from django.db import migrations, models
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
class Migration(migrations.Migration):
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
dependencies = [
Similar blocks of code found in 4 locations. Consider refactoring.
('anomaly', '0017_merge_20210810_0524'),
Similar blocks of code found in 4 locations. Consider refactoring.
]
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
operations = [
Similar blocks of code found in 4 locations. Consider refactoring.
migrations.AddField(
Similar blocks of code found in 4 locations. Consider refactoring.
model_name='rootcauseanalysis',
Similar blocks of code found in 4 locations. Consider refactoring.
name='taskIds',
Similar blocks of code found in 4 locations. Consider refactoring.
field=models.JSONField(default=list),
Similar blocks of code found in 4 locations. Consider refactoring.
),
Similar blocks of code found in 4 locations. Consider refactoring.
]