Skip to content

Commit

Permalink
v5.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Feb 6, 2023
1 parent 60aa43b commit 3dff786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frictionless/assets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.4
5.5.5
2 changes: 1 addition & 1 deletion frictionless/project/database.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations
import json
from typing import TYPE_CHECKING, Optional, List, cast
from typing import TYPE_CHECKING, Optional, List
from datetime import datetime
from functools import cached_property
from ..schema import Schema
Expand Down

0 comments on commit 3dff786

Please sign in to comment.