Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc committed Jan 15, 2025
1 parent 901b472 commit 2fc07dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions smac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"Documentation": "https://automl.github.io/SMAC3/main",
"Source Code": "https://github.com/automl/SMAC3",
}
copyright = f"""
Copyright {datetime.date.today().strftime('%Y')}, Marius Lindauer, Katharina Eggensperger,
Matthias Feurer, André Biedenkapp, Difan Deng, Carolin Benjamins, Tim Ruhkopf, René Sass
and Frank Hutter"""
copyright = (
f"Copyright {datetime.date.today().strftime('%Y')}, Marius Lindauer, Katharina Eggensperger, "
"Matthias Feurer, André Biedenkapp, Difan Deng, Carolin Benjamins, Tim Ruhkopf, René Sass "
"and Frank Hutter"
)
version = "2.3.0"


Expand Down

0 comments on commit 2fc07dd

Please sign in to comment.