- Notifications
You must be signed in to change notification settings - Fork673
Commiteeab035
committed
chore: fix issue found with pylint==2.14.3
A new error was reported when running pylint==2.14.3: gitlab/client.py:488:0: W1404: Implicit string concatenation found in call (implicit-str-concat)Fixed this issue.1 parentf117b2f commiteeab035
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
487 |
| - | |
488 |
| - | |
489 |
| - | |
| 487 | + | |
490 | 488 |
| |
491 | 489 |
| |
492 | 490 |
| |
|
0 commit comments
Comments
(0)