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 Dec 19, 2024
1 parent 52581aa commit a483038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion marimo/_runtime/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import weakref
from typing import TYPE_CHECKING, Any, Callable, Optional, Union

from marimo._ast.visitor import Name, VariableData
from marimo._ast.cell import Cell
from marimo._ast.visitor import Name, VariableData

if TYPE_CHECKING:
from marimo._runtime.dataflow import DirectedGraph
Expand Down
1 change: 1 addition & 0 deletions tests/_runtime/test_pytest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

import pytest

import marimo

app = marimo.App()
Expand Down

0 comments on commit a483038

Please sign in to comment.