mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Export maybe and removal sentinels from __init__
Otherwise, these aren't exposed publicly anywhere. This was @DragonMinded's change, I'm just importing it to github.
This commit is contained in:
parent
1dab051ddb
commit
31c0ee65a2
1 changed files with 6 additions and 0 deletions
|
|
@ -2,3 +2,9 @@
|
|||
#
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
from libcst._maybe_sentinel import MaybeSentinel
|
||||
from libcst._removal_sentinel import RemovalSentinel
|
||||
|
||||
|
||||
__all__ = ["MaybeSentinel", "RemovalSentinel"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue