From 9fade1055c4c33a539de5b73da5ae03f01740a24 Mon Sep 17 00:00:00 2001 From: Sverre Nystad Date: Thu, 7 Mar 2024 16:34:32 +0100 Subject: [PATCH] refactor: remove unsed code --- backend/flashcards/textToFlashcards.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/flashcards/textToFlashcards.py b/backend/flashcards/textToFlashcards.py index 9fd5dedf..89ed8fad 100644 --- a/backend/flashcards/textToFlashcards.py +++ b/backend/flashcards/textToFlashcards.py @@ -6,7 +6,6 @@ api_key = Config().API_KEY openai.api_key = api_key -sample_info = "Cristiano Ronaldo dos Santos Aveiro GOIH ComM (Portuguese pronunciation: [kɾiʃˈtjɐnu ʁɔˈnaldu]; born 5 February 1985) is a Portuguese professional footballer who plays as a forward for and captains both Saudi Pro League club Al Nassr and the Portugal national team. Widely regarded as one of the greatest players of all-time, Ronaldo has won five Ballon d'Or awards,[note 3] a record three UEFA Men's Player of the Year Awards, and four European Golden Shoes, the most by a European player. Kaamya does not like coffe. Kristoffer does like coffee. " class FlashcardGenerator(ABC): @abstractmethod