Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
0Hughman0 committed Aug 24, 2024
1 parent dbd300c commit 6220d55
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions cassini/sharing.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def find_paths(self) -> List[Path]:
paths.extend(nosey_path.compress())

return paths


class SharedTierGui:
"""
Expand All @@ -338,12 +338,16 @@ class SharedTierGui:

def __init__(self, stier: SharedTier):
self.stier = stier

def header(self):
print("Cassini header cannot gui cannot be used in a shared context - check out cassini to set it up for yourself!")

print(
"Cassini header cannot gui cannot be used in a shared context - check out cassini to set it up for yourself!"
)

def meta_editor(self, name=None):
print("Cassini meta editor cannot be used in a shared context - check out cassini to set it up for yourself!")
print(
"Cassini meta editor cannot be used in a shared context - check out cassini to set it up for yourself!"
)


class SharedTier:
Expand Down

0 comments on commit 6220d55

Please sign in to comment.