Rename _core.py -> _common.py

This commit is contained in:
Mads Marquart
2020-01-23 13:44:38 +01:00
parent 3efeffe6dd
commit c83836ceed
20 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import requests
import random
import urllib.parse
from ._core import log, kw_only
from ._common import log, kw_only
from . import _graphql, _util, _exception
from typing import Optional, Tuple, Mapping, BinaryIO, Sequence, Iterable, Callable