Skip to content

Commit 79f963f

Browse files
Format with black
Signed-off-by: Jacob Stopak <[email protected]>
1 parent a566c37 commit 79f963f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

git_dummy/__main__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
from git_dummy.settings import settings
99

1010

11-
12-
1311
app = typer.Typer(context_settings={"help_option_names": ["-h", "--help"]})
1412

1513

@@ -86,7 +84,7 @@ def main(
8684
config_writer.set_value("user", "name", "Git Dummy")
8785
config_writer.set_value("user", "email", "[email protected]")
8886
config_writer.release()
89-
87+
9088
if settings.constant_sha:
9189
os.environ["GIT_AUTHOR_DATE"] = "2023-01-01T00:00:00"
9290
os.environ["GIT_COMMITTER_DATE"] = "2023-01-01T00:00:00"
@@ -139,5 +137,6 @@ def main(
139137
del os.environ["GIT_AUTHOR_DATE"]
140138
del os.environ["GIT_COMMITTER_DATE"]
141139

140+
142141
if __name__ == "__main__":
143142
app()

0 commit comments

Comments
 (0)