Browse Source

Fix: flake8

pull/194/head
winkidney 4 years ago
parent
commit
42a8fbea8e
4 changed files with 0 additions and 12 deletions
  1. +0
    -3
      pinry_plugins/admin.py
  2. +0
    -3
      pinry_plugins/models.py
  3. +0
    -3
      pinry_plugins/tests.py
  4. +0
    -3
      pinry_plugins/views.py

+ 0
- 3
pinry_plugins/admin.py View File

@@ -1,3 +0,0 @@
from django.contrib import admin

# Register your models here.

+ 0
- 3
pinry_plugins/models.py View File

@@ -1,3 +0,0 @@
from django.db import models

# Create your models here.

+ 0
- 3
pinry_plugins/tests.py View File

@@ -1,3 +0,0 @@
from django.test import TestCase

# Create your tests here.

+ 0
- 3
pinry_plugins/views.py View File

@@ -1,3 +0,0 @@
from django.shortcuts import render

# Create your views here.

Loading…
Cancel
Save