Falko Schindler 2 years ago
parent
commit
997a404ef5
2 changed files with 0 additions and 2 deletions
  1. 0 1
      nicegui/events.py
  2. 0 1
      nicegui/functions/timer.py

+ 0 - 1
nicegui/events.py

@@ -1,4 +1,3 @@
-import traceback
 from dataclasses import dataclass
 from inspect import signature
 from typing import TYPE_CHECKING, Any, BinaryIO, Callable, List, Optional, Union

+ 0 - 1
nicegui/functions/timer.py

@@ -1,6 +1,5 @@
 import asyncio
 import time
-import traceback
 from typing import Callable
 
 from .. import background_tasks, globals