Skip to content

Commit

Permalink
Export the type stub for attrs.cmp_using
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568704025
  • Loading branch information
martindemello authored and rchen152 committed Sep 27, 2023
1 parent 8277cf6 commit 672e801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytype/stubs/builtins/attr/__init__.pytd
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ from . import exceptions as exceptions
from . import filters as filters
from . import setters as setters
from . import validators as validators
from ._cmp import cmp_using
from ._version_info import VersionInfo

__version__: str
Expand Down
1 change: 1 addition & 0 deletions pytype/stubs/builtins/attrs/__init__.pytd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ from attr import __version_info__ as __version_info__
from attr import _FilterType
from attr import assoc as assoc
from attr import Attribute as Attribute
from attr import cmp_using as cmp_using
from attr import define as define
from attr import evolve as evolve
from attr import Factory as Factory
Expand Down

0 comments on commit 672e801

Please sign in to comment.