We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274fefc commit 41863fdCopy full SHA for 41863fd
rsconnect/pyproject.py
@@ -12,7 +12,7 @@
12
import tomllib
13
except ImportError:
14
# Python 3.11+ has tomllib in the standard library
15
- import toml as tomllib
+ import toml as tomllib # type: ignore[no-redef]
16
17
18
def lookup_metadata_file(directory: typing.Union[str, pathlib.Path]) -> typing.List[typing.Tuple[str, pathlib.Path]]:
0 commit comments