-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge branch 'main' into production
- Loading branch information
Showing
2 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Load lxml because for some reason bs4 doesn't find it otherwise? | ||
from lxml import etree | ||
from lxml import etree # noqa: F401 | ||
|
||
# Ensure that federation subclasses are loaded | ||
from . import federations | ||
from . import federations # noqa: F401 | ||
|
||
# Ensure that exporter subclasses are loaded | ||
from . import exporters | ||
from . import exporters # noqa: F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters