Skip to content

Commit f6c0968

Browse files
committed
Use new VERSION constant from scraperlib
1 parent 86d0a91 commit f6c0968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scraper/src/mindtouch2zim/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from pathlib import Path
66

77
import requests
8-
from zimscraperlib.__about__ import __version__ as SCRAPERLIB_VERSION # noqa: N812
98
from zimscraperlib.constants import NAME as SCRAPERLIB_NAME
9+
from zimscraperlib.constants import VERSION as SCRAPERLIB_VERSION
1010

1111
from mindtouch2zim.constants import (
1212
NAME,

0 commit comments

Comments
 (0)