Skip to content

Commit 35f5365

Browse files
committed
Fixing isort
1 parent a14fa46 commit 35f5365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pytest/test_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
import warnings
3-
from typing import Dict, Any
3+
from typing import Any, Dict
4+
45
import pytest
56

67
from shiny._main import _set_workbench_kwargs

0 commit comments

Comments
 (0)