We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1921a29 + 21239bd commit 7261e0dCopy full SHA for 7261e0d
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "TikLocal"
3
-version = "0.8.12"
+version = "0.8.13"
4
description = "A local media server that combines the features of TikTok and Pinterest"
5
authors = ["ChanMo <chan.mo@outlook.com>"]
6
readme = "README.md"
tiklocal/services/collections.py
@@ -1,3 +1,5 @@
+from __future__ import annotations
+
import datetime
import json
import os
0 commit comments