Last active
March 2, 2022 16:48
-
-
Save hvuhsg/5884be27cc9d31d14fecca3d32962f60 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 functools import lru_cache | |
@lru_cache | |
def get_file(): | |
return load_file_from_url() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment