File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
"""
13
13
14
- import importlib . resources
14
+ import importlib
15
15
import json
16
16
import logging
17
17
import re
@@ -49,8 +49,8 @@ def version_check(
49
49
If False, only the major and minor package version will be compared (ie. 1.0)
50
50
use_local_metadata:
51
51
Defaults to False.
52
- If True, importlib.resources will be used to get the latest version fo the package
53
- If False, the latest version fo the package will be taken from Pypi
52
+ If True, importlib.resources will be used to get the latest version of the package
53
+ If False, the latest version of the package will be taken from Pypi
54
54
logger: a logger for logging output
55
55
56
56
Returns:
@@ -140,7 +140,7 @@ def _version_check(
140
140
If False, only the major and minor package version will be compared (ie. 1.0)
141
141
use_local_metadata:
142
142
Defaults to False.
143
- If True, importlib.resources will be used to get the latest version fo the package
143
+ If True, importlib.resources will be used to get the latest version of the package
144
144
logger: a logger for logging output
145
145
146
146
Returns:
You can’t perform that action at this time.
0 commit comments