Created
October 2, 2022 20:27
-
-
Save ahmedbesbes/4c94abf123738aa4c1012e2e015f59fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from typing import Optional | |
def foo(format_layout: Optional[bool] = True): | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment