mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix missing import
This commit is contained in:
parent
fcd8658b7a
commit
ccbc01721c
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import urllib.parse as urlparse
|
||||
|
||||
from atomicwrites import atomic_write
|
||||
|
|
|
|||
Loading…
Reference in a new issue