Site
Gitweb
Static
projects
/
eros.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b42754
)
Fix Python 3.7 compatibility problem
author
Jakob Cornell
<jakob+gpg@jcornell.net>
Fri, 5 Nov 2021 16:07:01 +0000
(11:07 -0500)
committer
Jakob Cornell
<jakob+gpg@jcornell.net>
Fri, 5 Nov 2021 16:07:01 +0000
(11:07 -0500)
src/disk_jumble/db.py
patch
|
blob
|
history
diff --git
a/src/disk_jumble/db.py
b/src/disk_jumble/db.py
index 9e881080ab1ce8ec60e36bece8a5a2b4804480e3..34c24b62dbc3db6e19ef7bb60c86ea5ac531acc2 100644
(file)
--- a/
src/disk_jumble/db.py
+++ b/
src/disk_jumble/db.py
@@
-1,3
+1,4
@@
+from __future__ import annotations
from dataclasses import dataclass
from typing import Iterable, Mapping, Optional
import datetime as dt