Skip to content

Commit

Permalink
Merge pull request #78 from gabrielbarker/remove-old-categories
Browse files Browse the repository at this point in the history
Remove old categories
  • Loading branch information
rubysdeadname authored Oct 22, 2021
2 parents feae271 + bc76911 commit 369cb16
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 278 deletions.
8 changes: 0 additions & 8 deletions qual_id/categories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from .adjective import Adjective
from .animal import Animal
from .atmosphere import Atmosphere
from .author import Author
from .bird import Bird
from .book import Book
from .brand import Brand
from .bread import Bread
from .building import Building
from .cake import Cake
Expand All @@ -27,7 +24,6 @@
from .emotion import Emotion
from .fabric import Fabric
from .festival import Festival
from .film import Film
from .fish import Fish
from .flavour import Flavour
from .flower import Flower
Expand All @@ -42,18 +38,14 @@
from .language import Language
from .music import Music
from .myth import Myth
from .operatingsystem import OperatingSystem
from .particle import Particle
from .pasta import Pasta
from .planet import Planet
from .pokemon import Pokemon
from .profession import Profession
from .programminglanguage import ProgrammingLanguage
from .punctuation import Punctuation
from .randomid import RandomId
from .reptile import Reptile
from .scientist import Scientist
from .searchengine import SearchEngine
from .shape import Shape
from .spice import Spice
from .spirit import Spirit
Expand Down
22 changes: 0 additions & 22 deletions qual_id/categories/author.py

This file was deleted.

38 changes: 0 additions & 38 deletions qual_id/categories/book.py

This file was deleted.

48 changes: 0 additions & 48 deletions qual_id/categories/brand.py

This file was deleted.

27 changes: 0 additions & 27 deletions qual_id/categories/film.py

This file was deleted.

21 changes: 0 additions & 21 deletions qual_id/categories/operatingsystem.py

This file was deleted.

31 changes: 0 additions & 31 deletions qual_id/categories/programminglanguage.py

This file was deleted.

52 changes: 0 additions & 52 deletions qual_id/categories/scientist.py

This file was deleted.

23 changes: 0 additions & 23 deletions qual_id/categories/searchengine.py

This file was deleted.

8 changes: 0 additions & 8 deletions qual_id/groups/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ class All(Group):
Adjective,
Animal,
Atmosphere,
Author,
Bird,
Book,
Brand,
Bread,
Building,
Cake,
Expand All @@ -34,7 +31,6 @@ class All(Group):
Emotion,
Fabric,
Festival,
Film,
Fish,
Flavour,
Flower,
Expand All @@ -49,18 +45,14 @@ class All(Group):
Language,
Music,
Myth,
OperatingSystem,
Particle,
Pasta,
Planet,
Pokemon,
Profession,
ProgrammingLanguage,
Punctuation,
RandomId,
Reptile,
Scientist,
SearchEngine,
Shape,
Spice,
Spirit,
Expand Down

0 comments on commit 369cb16

Please sign in to comment.