Bläddra i källkod

fix problem on Python 3.8

Falko Schindler 1 år sedan
förälder
incheckning
d38671df5f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      website/documentation/content/more/storage_documentation.py

+ 1 - 1
website/documentation/content/more/storage_documentation.py

@@ -5,7 +5,7 @@ from nicegui import ui
 
 from ...model import DetailDocumentation
 
-counter: Counter[str] = Counter()
+counter = Counter()  # type: ignore
 start = datetime.now().strftime(r'%H:%M, %d %B %Y')