BinaryONe commited on
Commit
8b528a3
·
1 Parent(s): 5a67462

Callback Update

Browse files
Files changed (1) hide show
  1. FileStream/APIs/TMDB/Endpoint.py +0 -6
FileStream/APIs/TMDB/Endpoint.py CHANGED
@@ -51,12 +51,6 @@ def search_tmdb_tv(name):
51
  return None
52
  return None
53
 
54
- import logging
55
- from tmdbv3api import Search # Assuming you're using tmdbv3api
56
- from FileStream.TMDB.Endpoint import get_tvshows # Assuming this is your function
57
-
58
- # Create an instance of the Search class
59
- search = Search()
60
 
61
  def search_tmdb_any(title: str, year: int):
62
  """
 
51
  return None
52
  return None
53
 
 
 
 
 
 
 
54
 
55
  def search_tmdb_any(title: str, year: int):
56
  """