spid_cie_oidc/authority/migrations/0009_delete_stafftoken.py
Similar blocks of code found in 2 locations. Consider refactoring.# Generated by Django 4.0.5 on 2022-10-18 09:11Similar blocks of code found in 2 locations. Consider refactoring. Similar blocks of code found in 2 locations. Consider refactoring.from django.db import migrationsSimilar 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. ]