Skip to content

Commit af75670

Browse files
committed
used kubernetes_aio in __init__.py
1 parent c1ae4d1 commit af75670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes_aio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__project__ = "kubernetes_asyncio"
15+
__project__ = "kubernetes_aio"
1616
# The version is auto-updated. Please do not edit.
1717
__version__ = "36.0.0+snapshot"
1818

19-
import kubernetes_asyncio.client as client
19+
import kubernetes_aio.client as client
2020

2121
__all__ = ["client"]

0 commit comments

Comments
 (0)