We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5c0c4 commit ccb9696Copy full SHA for ccb9696
.build/pre_build.py
@@ -23,7 +23,7 @@
23
import json
24
import pkg_resources
25
from pathlib import Path
26
-from backports import configparser
+import configparser
27
28
29
def cd():
tests/test_flags.py
@@ -20,7 +20,7 @@
20
21
import os
22
import pytest
from user_sync import resource
from user_sync import flags
user_sync/flags.py
@@ -18,7 +18,7 @@
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
# SOFTWARE.
_config = {}
0 commit comments