Skip to content
Snippets Groups Projects
Commit 7e3ad3e2 authored by Maurice Herné's avatar Maurice Herné
Browse files

Fix: unused import Optional

parent f3ffe41d
Branches
Tags v1.1.1
No related merge requests found
...@@ -5,7 +5,6 @@ This module contains the base models for notebook cells. ...@@ -5,7 +5,6 @@ This module contains the base models for notebook cells.
from typing import ( from typing import (
Annotated, Annotated,
Union, Union,
Optional,
Literal, Literal,
Any, Any,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment