mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52: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 json
|
||||
import mimetypes
|
||||
import os
|
||||
import re
|
||||
import urllib.error
|
||||
import urllib.parse
|
||||
|
|
Loading…
Reference in a new issue