Skip to content

Commit a4eb2b3

Browse files
committed
black lint
1 parent b1478bb commit a4eb2b3

File tree

1 file changed

+75
-75
lines changed

1 file changed

+75
-75
lines changed

Diff for: git/__init__.py

+75-75
Original file line numberDiff line numberDiff line change
@@ -64,81 +64,81 @@ def _init_externals() -> None:
6464
# __all__ must be statically defined by py.typed support
6565
# __all__ = [name for name, obj in locals().items() if not (name.startswith("_") or inspect.ismodule(obj))]
6666
__all__ = [
67-
'Actor',
68-
'AmbiguousObjectName',
69-
'BadName',
70-
'BadObject',
71-
'BadObjectType',
72-
'BaseIndexEntry',
73-
'Blob',
74-
'BlobFilter',
75-
'BlockingLockFile',
76-
'CacheError',
77-
'CheckoutError',
78-
'CommandError',
79-
'Commit',
80-
'Diff',
81-
'DiffIndex',
82-
'Diffable',
83-
'FetchInfo',
84-
'Git',
85-
'GitCmdObjectDB',
86-
'GitCommandError',
87-
'GitCommandNotFound',
88-
'GitConfigParser',
89-
'GitDB',
90-
'GitError',
91-
'HEAD',
92-
'Head',
93-
'HookExecutionError',
94-
'IndexEntry',
95-
'IndexFile',
96-
'IndexObject',
97-
'InvalidDBRoot',
98-
'InvalidGitRepositoryError',
99-
'List',
100-
'LockFile',
101-
'NULL_TREE',
102-
'NoSuchPathError',
103-
'ODBError',
104-
'Object',
105-
'Optional',
106-
'ParseError',
107-
'PathLike',
108-
'PushInfo',
109-
'RefLog',
110-
'RefLogEntry',
111-
'Reference',
112-
'Remote',
113-
'RemoteProgress',
114-
'RemoteReference',
115-
'Repo',
116-
'RepositoryDirtyError',
117-
'RootModule',
118-
'RootUpdateProgress',
119-
'Sequence',
120-
'StageType',
121-
'Stats',
122-
'Submodule',
123-
'SymbolicReference',
124-
'TYPE_CHECKING',
125-
'Tag',
126-
'TagObject',
127-
'TagReference',
128-
'Tree',
129-
'TreeModifier',
130-
'Tuple',
131-
'Union',
132-
'UnmergedEntriesError',
133-
'UnsafeOptionError',
134-
'UnsafeProtocolError',
135-
'UnsupportedOperation',
136-
'UpdateProgress',
137-
'WorkTreeRepositoryUnsupported',
138-
'remove_password_if_present',
139-
'rmtree',
140-
'safe_decode',
141-
'to_hex_sha',
67+
"Actor",
68+
"AmbiguousObjectName",
69+
"BadName",
70+
"BadObject",
71+
"BadObjectType",
72+
"BaseIndexEntry",
73+
"Blob",
74+
"BlobFilter",
75+
"BlockingLockFile",
76+
"CacheError",
77+
"CheckoutError",
78+
"CommandError",
79+
"Commit",
80+
"Diff",
81+
"DiffIndex",
82+
"Diffable",
83+
"FetchInfo",
84+
"Git",
85+
"GitCmdObjectDB",
86+
"GitCommandError",
87+
"GitCommandNotFound",
88+
"GitConfigParser",
89+
"GitDB",
90+
"GitError",
91+
"HEAD",
92+
"Head",
93+
"HookExecutionError",
94+
"IndexEntry",
95+
"IndexFile",
96+
"IndexObject",
97+
"InvalidDBRoot",
98+
"InvalidGitRepositoryError",
99+
"List",
100+
"LockFile",
101+
"NULL_TREE",
102+
"NoSuchPathError",
103+
"ODBError",
104+
"Object",
105+
"Optional",
106+
"ParseError",
107+
"PathLike",
108+
"PushInfo",
109+
"RefLog",
110+
"RefLogEntry",
111+
"Reference",
112+
"Remote",
113+
"RemoteProgress",
114+
"RemoteReference",
115+
"Repo",
116+
"RepositoryDirtyError",
117+
"RootModule",
118+
"RootUpdateProgress",
119+
"Sequence",
120+
"StageType",
121+
"Stats",
122+
"Submodule",
123+
"SymbolicReference",
124+
"TYPE_CHECKING",
125+
"Tag",
126+
"TagObject",
127+
"TagReference",
128+
"Tree",
129+
"TreeModifier",
130+
"Tuple",
131+
"Union",
132+
"UnmergedEntriesError",
133+
"UnsafeOptionError",
134+
"UnsafeProtocolError",
135+
"UnsupportedOperation",
136+
"UpdateProgress",
137+
"WorkTreeRepositoryUnsupported",
138+
"remove_password_if_present",
139+
"rmtree",
140+
"safe_decode",
141+
"to_hex_sha",
142142
]
143143

144144
# { Initialize git executable path

0 commit comments

Comments
 (0)