Skip to content

Commit

Permalink
fix black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhue committed Feb 16, 2024
1 parent f427a67 commit 6607949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions afsl/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
A small `pdoc` example.
"""


class Dog:
"""🐕"""

name: str
"""The name of our dog."""
friends: list["Dog"]
Expand Down

0 comments on commit 6607949

Please sign in to comment.