Typo fix.
This commit is contained in:
parent
cb6488d7da
commit
7572cfc493
10 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
||||
|
|
@ -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')
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue