mirror of
https://github.com/rio-labs/rio.git
synced 2025-12-30 01:39:42 -06:00
theming & file tweaks
This commit is contained in:
@@ -21,7 +21,7 @@ ALIASES[pandas.DataFrame] = "pandas.DataFrame"
|
||||
ALIASES[polars.DataFrame] = "polars.DataFrame"
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
stub_file_path = Path(rio.__file__).absolute().parent / "__init__temp.pyi"
|
||||
|
||||
with stub_file_path.open("w", encoding="utf8") as stub_file:
|
||||
|
||||
Reference in New Issue
Block a user