diff options
author | Christopher Head <chead@chead.ca> | 2023-05-15 10:13:37 -0700 |
---|---|---|
committer | Christopher Head <chead@chead.ca> | 2023-05-15 10:13:37 -0700 |
commit | 2a0305b349f61bddae674eb8f4efe0fd3c916bbf (patch) | |
tree | 74299948b12c8f2575bbc71925cf10993eae5c7c /git/index/util.py | |
parent | e3bc5d10629ada4d61fdf61353668a58c5610d6b (diff) | |
download | gitpython-2a0305b349f61bddae674eb8f4efe0fd3c916bbf.tar.gz |
Name top-level exceptions as private variables
`exc` is private to the module. Naming it `_exc` eliminates a collision
with the `exc` submodule (one which would not be observable at runtime
due to the import failing, but which confuses linters).
Diffstat (limited to 'git/index/util.py')
0 files changed, 0 insertions, 0 deletions