Falko Schindler пре 1 година
родитељ
комит
d38671df5f
1 измењених фајлова са 1 додато и 1 уклоњено
  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')