Skip to content

Commit 74b01a4

Browse files
committed
Update comment
1 parent 8e0fda3 commit 74b01a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

shiny/_typing_extensions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# # Within file flags to ignore unused imports
2-
# flake8: noqa: F401
32
# pyright: reportUnusedImport=false
43
from __future__ import annotations
54

tests/pytest/test_display_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pyright: reportUnusedExpression=false
2-
# flake8: noqa
2+
# ruff: noqa: B018
33
from __future__ import annotations
44

55
import contextlib

0 commit comments

Comments
 (0)