Skip to content

Commit

Permalink
Re-export FilterException in augur.filter
Browse files Browse the repository at this point in the history
This allows imports such as:

    from augur.filter import FilterException
  • Loading branch information
victorlin committed Oct 3, 2022
1 parent 591f2ac commit 8ab610b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions augur/filter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
"""
Filter and subsample a sequence set.
"""
# Expose for top-level import
from .errors import *

from augur.dates import numeric_date_type, SUPPORTED_DATE_HELP_TEXT


Expand Down

0 comments on commit 8ab610b

Please sign in to comment.