Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 5, 2024
1 parent 70a0f1e commit 127d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/windows/lib/common/abstracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def configure_from_data(self, target: str):
- AttributeError if the module configure function is invalid.
- ModuleNotFoundError if the module does not support configuration from data
"""
package_module_name = self.__class__.__module__.split('.')[-1]
package_module_name = self.__class__.__module__.split(".")[-1]
module_name = f"data.packages.{package_module_name}"
try:
m = importlib.import_module(module_name)
Expand Down

0 comments on commit 127d655

Please sign in to comment.