Skip to content

Commit 5204ee4

Browse files
committed
Moves import.
1 parent 27ce834 commit 5204ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mellea/stdlib/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from __future__ import annotations
44

5-
from copy import deepcopy
65
import contextvars
76
from collections.abc import Generator
87
from contextlib import contextmanager
8+
from copy import deepcopy
99
from typing import Any, Literal, Optional
1010

1111
from mellea.backends import Backend, BaseModelSubclass

0 commit comments

Comments
 (0)