Remove hidden dependency on timeutils (private repo).

This commit is contained in:
2022-09-06 09:49:35 -05:00
parent bd5d8c98b8
commit 4e0a173c76
3 changed files with 23 additions and 2 deletions

View File

@ -83,6 +83,7 @@
##
## .. code-block:: Nim
## # db.nim
## import std/db_postgres
## import fiber_orm
## import ./models.nim
##