nangelov commited on
Commit
a9f8d00
·
verified ·
1 Parent(s): 4e5660b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -23,11 +23,6 @@ def getCompetitionInitials(competition: str) -> str:
23
 
24
  Returns:
25
  str: The competition code if found, otherwise None.
26
-
27
- Example:
28
- >>> code = getCompetitionInitials("Premier League")
29
- >>> print(code)
30
- PL
31
  """
32
  competitions = {
33
  "WC": "FIFA World Cup",
 
23
 
24
  Returns:
25
  str: The competition code if found, otherwise None.
 
 
 
 
 
26
  """
27
  competitions = {
28
  "WC": "FIFA World Cup",