Skip to content

Commit

Permalink
Suppressing pylint warning in mordor_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhelle committed Oct 4, 2023
1 parent 289abd5 commit 0b393b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msticpy/data/drivers/mordor_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def _to_datetime(date_val) -> datetime:
DS_PREFIX = "https://raw.githubusercontent.com/OTRF/Security-Datasets/master/datasets/"


# pylint: disable=not-an-iterable, no-member
# pylint: disable=not-an-iterable, no-member, too-many-instance-attributes


@attr.s(auto_attribs=True)
Expand Down

0 comments on commit 0b393b3

Please sign in to comment.