Skip to content

Commit 1982232

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 9f514a3 commit 1982232

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

stubs/portage/portage/__init__.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from collections.abc import Mapping
22
from typing import Any, TypedDict, type_check_only
33

4-
from .dbapi import dbapi
54
from .dbapi.porttree import portagetree
65
from .package.ebuild.config import config
7-
from .package.ebuild.doebuild import doebuild
86

97
@type_check_only
108
class DBRootDict(TypedDict):

stubs/portage/portage/package/ebuild/doebuild.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from typing import Any, Literal
22

33
from portage.dbapi.porttree import portdbapi
4+
45
from .config import config
56

67
def doebuild(

0 commit comments

Comments
 (0)