Skip to content

Commit 8db1f9e

Browse files
committed
hatch fmt src
1 parent 5ec0b43 commit 8db1f9e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/build_scripts/copy_dir.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# dependencies = []
44
# ///
55

6-
# ruff: noqa: INP001
76
import logging
87
import shutil
98
import sys

src/reactpy/core/serve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from collections.abc import Awaitable
44
from logging import getLogger
55
from typing import Any, Callable
6-
from warnings import warn
76

87
from anyio import create_task_group
98
from anyio.abc import TaskGroup

0 commit comments

Comments
 (0)