Merge "Remove LOG in misc.py"

This commit is contained in:
Zuul 2019-03-15 02:49:24 +00:00 committed by Gerrit Code Review
commit d69c11044f
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
def singleton(cls):