forked from sanic-org/sanic
-
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.
fix: sanic-org#1631: linter fix and tox platform selector
Signed-off-by: Harsha Narayana <[email protected]>
- Loading branch information
1 parent
b3ada63
commit a019ff6
Showing
2 changed files
with
4 additions
and
3 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,5 +1,6 @@ | ||
from sanic.__version__ import __version__ | ||
from sanic.app import Sanic | ||
from sanic.blueprints import Blueprint | ||
from sanic.__version__ import __version__ | ||
|
||
__all__ = ["Sanic", "Blueprint"] | ||
|
||
__all__ = ["Sanic", "Blueprint", "__version__"] |
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