python: Fix black formatting after bump to 23.1.0 in pre-commit
This commit is contained in:
parent
ac52cfed21
commit
714fccc3c7
19 changed files with 0 additions and 22 deletions
|
@ -110,7 +110,6 @@ class BitbucketLister(Lister[BitbucketListerState, List[Dict[str, Any]]]):
|
|||
self.session.auth = (username, password)
|
||||
|
||||
def get_pages(self) -> Iterator[List[Dict[str, Any]]]:
|
||||
|
||||
last_repo_cdate: str = "1970-01-01"
|
||||
if (
|
||||
self.incremental
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue