Skip to content

Commit cb2c6d6

Browse files
committed
Add mor annotation imports
1 parent 551dee9 commit cb2c6d6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ requires-python = ">=3.9, <4"
88
dependencies = [
99
"anywidget>=0.9.0",
1010
"eval-type-backport>=0.2.2",
11-
"jinja2>=3.1.6",
12-
"pydantic>=2.5.3",
11+
"jinja2>=3.1.6",
12+
"pydantic>=2.5.3",
1313
]
1414

1515
# [project.scripts]

src/openlayers/export.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import json
24
import os
35
import tempfile

src/openlayers/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import base64
24
from pathlib import Path
35

0 commit comments

Comments
 (0)