italia/spid-cie-oidc-django

View on GitHub
spid_cie_oidc/authority/migrations/0009_delete_stafftoken.py

Summary

Maintainability
A
45 mins
Test Coverage
Similar blocks of code found in 2 locations. Consider refactoring.
# Generated by Django 4.0.5 on 2022-10-18 09:11
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
from django.db import migrations
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
class Migration(migrations.Migration):
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
dependencies = [
Similar blocks of code found in 2 locations. Consider refactoring.
('spid_cie_oidc_authority', '0008_alter_stafftoken_token'),
Similar blocks of code found in 2 locations. Consider refactoring.
]
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
operations = [
Similar blocks of code found in 2 locations. Consider refactoring.
migrations.DeleteModel(
Similar blocks of code found in 2 locations. Consider refactoring.
name='StaffToken',
Similar blocks of code found in 2 locations. Consider refactoring.
),
Similar blocks of code found in 2 locations. Consider refactoring.
]