mirror of
https://github.com/correl/typesafe-monads.git
synced 2025-04-12 09:11:09 -09:00
reformat
This commit is contained in:
parent
41aaf8e4d6
commit
01529c8310
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Maybe(Monad[T], Iterable):
|
|||
def or_else(self, default: T) -> T:
|
||||
raise NotImplementedError
|
||||
|
||||
def flatten(self) -> Maybe[Any]: #TODO find a more generic signature
|
||||
def flatten(self) -> Maybe[Any]: # TODO find a more generic signature
|
||||
raise NotImplementedError
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue