Fix linter issues

This commit is contained in:
Raphael Michel
2021-09-20 16:51:48 +02:00
parent 1d065a7672
commit 5eefe9ad1e
2 changed files with 22 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
# License for the specific language governing permissions and limitations under the License.
from django.core.management.commands.makemigrations import Command as Parent
from ._migrations import monkeypatch_migrations
monkeypatch_migrations()