diff --git a/watcher/common/observable.py b/watcher/common/observable.py index 25233d9a8..3f08185ce 100644 --- a/watcher/common/observable.py +++ b/watcher/common/observable.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from watcher.common.messaging.utils import synchronization +from watcher.common import synchronization class Observable(synchronization.Synchronization):