forked from gitpython-developers/GitPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit fc1762b
committed
Undo a couple minor black-incompatible changes
Two of the docstrings in git.remote need to have a newline before
the conceptually "first" line in order for black to accept the
indentation of the subsequent text, which appears intentional and
works fine as reStructuredText. Otherwise black dedents the code
block, which affects rendering and is also less readable.1 parent cd61eb4 commit fc1762b
1 file changed
+4
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 | - | ||
128 | + | ||
129 | + | ||
129 | 130 |
| |
130 | 131 |
| |
131 | 132 |
| |
| |||
294 | 295 |
| |
295 | 296 |
| |
296 | 297 |
| |
297 | - | ||
298 | + | ||
299 | + | ||
298 | 300 |
| |
299 | 301 |
| |
300 | 302 |
| |
|
0 commit comments