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 5b9035d commit 39079e4Copy full SHA for 39079e4
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