mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Add whitespace around keywords to satisfy the LibCST parser.
PiperOrigin-RevId: 424307703 Change-Id: I12949320efe57667624126d64cf99ec0d50edfa5
This commit is contained in:
parent
cc6a1114d5
commit
34551d2cec
|
@ -20,8 +20,8 @@ from ctypes import util
|
|||
import itertools
|
||||
import os
|
||||
# pylint: disable=unused-import
|
||||
from typing import (Text, List, Optional, Set, Dict, Callable, IO, Generator as
|
||||
Gen, Tuple, Union, Sequence)
|
||||
from typing import (Text, List, Optional, Set, Dict, Callable, IO,
|
||||
Generator as Gen, Tuple, Union, Sequence) # pyformat: disable
|
||||
# pylint: enable=unused-import
|
||||
from clang import cindex
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user