Skip to content

Commit

Permalink
Merge pull request #49 from BrainLesion/48-readthedocs-infer-method
Browse files Browse the repository at this point in the history
- fix citation decorator
  • Loading branch information
neuronflow authored Apr 8, 2024
2 parents 1de48b7 + 9385e81 commit 19c4895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brainles_aurora/utils/console_decorators.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from functools import wraps
from rich.console import Console

CITATION_LINK = "https://github.com/BrainLesion/AURORA#citation"


def citation_reminder(func):
@wraps(func)
def wrapper(*args, **kwargs):
console = Console()
console.rule("Thank you for using [bold]AURORA[/bold]")
Expand Down

0 comments on commit 19c4895

Please sign in to comment.