Open raulcf opened 1 year ago
https://github.com/TheDataStation/DataStation/blob/aed41944e6ddef1878e5cccd2f3c9f62de87d2d3/server/fastapi_server.py#L53
I smell an anti pattern here.
If we really need a global variable, then let's declare it at the top, so readers see it.
why do we need it though? need to check out fastapi
https://github.com/TheDataStation/DataStation/blob/aed41944e6ddef1878e5cccd2f3c9f62de87d2d3/server/fastapi_server.py#L53
I smell an anti pattern here.
If we really need a global variable, then let's declare it at the top, so readers see it.
why do we need it though? need to check out fastapi