Skip to content

Commit

Permalink
Clean imported but unused
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jun 11, 2024
1 parent 26da70d commit 93ffc7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion foundation/organisation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from django.urls import reverse
from django.urls.exceptions import NoReverseMatch
from django.db import models
from django.utils.text import slugify, Truncator
from django_countries.fields import CountryField


Expand Down
2 changes: 0 additions & 2 deletions foundation/organisation/tests/test_views.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from io import StringIO

from django.urls import reverse
from django.utils.html import escape
from django_webtest import WebTest
from unittest import skip

from iso3166 import countries
import csv
Expand Down

0 comments on commit 93ffc7e

Please sign in to comment.