Typo fix.

This commit is contained in:
Johannes Findeisen 2022-09-25 06:33:23 +02:00
commit 7572cfc493
10 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
from logging import getLogger
from linspector.core.notification import Notification
from linspector.notifications.notification import Notification
logger = getLogger('linspector')

View file

@ -22,7 +22,7 @@ OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
from logging import getLogger
from linspector.core.notification import Notification
from linspector.notifications.notification import Notification
logger = getLogger('linspector')