Skip to content

Commit

Permalink
Fix for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
boazhaim committed Sep 3, 2024
1 parent e1d3556 commit 7d67278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import shutil
from typing import List
import pandas as pd
from utils.netfix.link_flapping import get_link_flapping
from loganalyze.log_analyzers.base_analyzer import BaseImageCreator
import loganalyze.logger as log
from utils.netfix.link_flapping import get_link_flapping
FILE_NAME_PATTERN=r"^secondary_(5m|1h|1d|1w)_(\d{14})\.gz$"
TIME_PATTERN="%Y%m%d%H%M%S"

Expand Down

0 comments on commit 7d67278

Please sign in to comment.