Remove test.py

This commit is contained in:
Michel Roux 2019-11-29 15:45:56 +01:00
parent 00dd65adbe
commit dbddd8dcc7
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.venv/
.db/
__pycache__/
test.py

View File

@ -1,5 +0,0 @@
from connectors import AnimeUltime
from pprint import pprint
test = AnimeUltime('conan')
pprint(test.search())