Skip to content

Commit

Permalink
fixed __init__.py files to comply with flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
drewschaub committed Feb 17, 2025
1 parent 65da509 commit b7836ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion protein_design_tools/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This file can be empty or contain initialization code for the package
# This file can be empty or contain initialization code for the package
2 changes: 1 addition & 1 deletion protein_design_tools/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This file can be empty or contain initialization code for the package
# This file can be empty or contain initialization code for the package
2 changes: 1 addition & 1 deletion protein_design_tools/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This file can be empty or contain initialization code for the package
# This file can be empty or contain initialization code for the package

0 comments on commit b7836ff

Please sign in to comment.