mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix: add missing import
Properly `import os`.
This commit is contained in:
parent
c51388e37b
commit
c040deb0af
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import html
|
||||||
import itertools
|
import itertools
|
||||||
import json
|
import json
|
||||||
import mimetypes
|
import mimetypes
|
||||||
|
import os
|
||||||
import re
|
import re
|
||||||
import urllib.error
|
import urllib.error
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
Loading…
Reference in a new issue