fix import in test_call_script

This commit is contained in:
Lendemor 2024-12-09 15:06:49 +01:00
parent 0a1e00fe27
commit 453c5177aa

View File

@ -2,7 +2,6 @@
from __future__ import annotations
from pathlib import Path
from typing import Generator
import pytest
@ -16,6 +15,7 @@ from .utils import SessionStorage
def CallScript():
"""A test app for browser javascript integration."""
from pathlib import Path
from typing import Dict, List, Optional, Union
import reflex as rx