remove logging import

This commit is contained in:
Marshall Hallenbeck
2023-03-30 14:23:25 -04:00
parent d7aa98b4d8
commit ea7a70bc40
-2
View File
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import importlib
import logging
import os
import cme
from cme.context import Context
from cme.logger import CMEAdapter