Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2025
1 parent c0be34c commit e4bd7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marimo/_config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
else:
from typing import NotRequired

from typing import Any, Dict, Literal, Optional, TypedDict, Union, cast, List
from typing import Any, Dict, List, Literal, Optional, TypedDict, Union, cast

from marimo._output.rich_help import mddoc
from marimo._utils.deep_merge import deep_merge
Expand Down

0 comments on commit e4bd7f8

Please sign in to comment.