fix: typo

pull/363/head
chrisr3d 2020-01-10 10:38:12 +01:00
parent f5452055f6
commit 35c438e6ee
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ This modules provides functions and attributes to help MISP importers.
""" """
all = ["parsers", "rules", "wrappers"] __all__ = ["parsers", "rules", "wrappers"]