Skip to content

Commit

Permalink
style: format code with Black
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 710a4f0 according to the output
from Black.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Sep 10, 2024
1 parent 710a4f0 commit 278858a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lastversion/repo_holders/mercurial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class MercurialRepoSession(BaseProjectHolder):
"""Mercurial repository holder."""

CAN_BE_SELF_HOSTED = True
REPO_URL_PROJECT_COMPONENTS = 1

Expand Down

0 comments on commit 278858a

Please sign in to comment.