Skip to content

Commit 1444ffd

Browse files
pre-commit-ci[bot]jvllmr
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 56f453e commit 1444ffd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

poetry_types/packages_map.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
from __future__ import annotations
22

33
# Map for type stub packages that don't follow the naming convention
4-
PACKAGES_MAP: dict[str, str] = {
5-
'pandas': 'pandas-stubs'
6-
}
4+
PACKAGES_MAP: dict[str, str] = {"pandas": "pandas-stubs"}

0 commit comments

Comments
 (0)