Skip to content

Commit 67a638f

Browse files
committed
add missed imports
1 parent d0d4f43 commit 67a638f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contentify.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from datetime import datetime
12
from os import mkdir, walk
2-
from os.path import join, isdir, dirname, basename
3+
from os.path import join, isdir, dirname, basename, getmtime
34
from shutil import copy, rmtree
45

56
from obsidian_to_hugo import ObsidianToHugo

0 commit comments

Comments
 (0)