Skip to content

Commit

Permalink
#11 forgot to click on save :) this fixes #106 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-br committed Oct 16, 2024
1 parent 5b34d40 commit 38a0ada
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sysdiagnose/analysers/timesketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
from sysdiagnose.parsers.wifi_known_networks import WifiKnownNetworksParser
from sysdiagnose.parsers.crashlogs import CrashLogsParser
from collections.abc import Generator
from sysdiagnose.utils.base import BaseAnalyserInterface
import logging

logger = logging.getLogger('sysdiagnose')
from sysdiagnose.utils.base import BaseAnalyserInterface, logger


class TimesketchAnalyser(BaseAnalyserInterface):
Expand Down

0 comments on commit 38a0ada

Please sign in to comment.