Skip to content

Commit 2812721

Browse files
authored
Fix __init__.py to reflect removal of tier.py
1 parent 0739900 commit 2812721

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gluster/cli/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from . import heal
2020
from . import nfs_ganesha
2121
from . import rebalance
22-
from . import tier
2322

2423
from .utils import (set_gluster_path,
2524
set_gluster_socket,
@@ -39,7 +38,6 @@
3938
"heal",
4039
"nfs_ganesha",
4140
"rebalance",
42-
"tier",
4341
"set_gluster_path",
4442
"set_gluster_socket",
4543
"set_ssh_host",

0 commit comments

Comments
 (0)