Disabled unittests for the time being

This commit is contained in:
lomion 2021-09-22 09:58:45 +02:00
parent aecf52a095
commit 67e21f1f1e

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import unittest
import requests
from html import escape
from tmdb.tmdb_api import Movie, TvShow, MoviePopular
from tmdb.tmdb import TmdbBot, MessageConstructor