mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Make black happy again
This commit is contained in:
@@ -1350,9 +1350,7 @@ class App(Generic[ReturnType], DOMNode):
|
||||
# it's likely a good idea to keep it here to check assumptions in
|
||||
# the rest of the code.
|
||||
if before is not None and after is not None:
|
||||
raise AppError(
|
||||
"Only one of 'before' and 'after' may be specified."
|
||||
)
|
||||
raise AppError("Only one of 'before' and 'after' may be specified.")
|
||||
|
||||
# If we don't already know about this widget...
|
||||
if child not in self._registry:
|
||||
|
||||
Reference in New Issue
Block a user