Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 3aa6c66 commit e2d39a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pip_preserve_requirements/_vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@

class Vcs(ABC):
@abstractmethod
def get_remote_tags_for_commit(self, url: str, commit: str) -> List[str]:
...
def get_remote_tags_for_commit(self, url: str, commit: str) -> List[str]: ...

@abstractmethod
def place_tag_on_commit(
self, source_repo: str, target_repo: str, sha: str, tag: str
) -> None:
...
) -> None: ...

0 comments on commit e2d39a7

Please sign in to comment.