Skip to content

Commit

Permalink
MAINT: Standardize styles with black
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed May 7, 2023
1 parent 15075b7 commit 1e7d059
Show file tree
Hide file tree
Showing 90 changed files with 5,297 additions and 4,002 deletions.
2 changes: 1 addition & 1 deletion asv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from asv._version import version as __version__
from asv import plugin_manager # noqa F401 Needed to load the plugins

__all__ = '__version__',
__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion asv/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from .main import main

if __name__ == '__main__':
if __name__ == "__main__":
main()
Loading

0 comments on commit 1e7d059

Please sign in to comment.