Skip to content

Commit

Permalink
Merge pull request #98 from IcToxi/actions/black
Browse files Browse the repository at this point in the history
Format Python code with psf/black push
  • Loading branch information
IcToxi authored Jun 4, 2024
2 parents 80495d2 + 5252397 commit 42efc0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _validate_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def check_file(dist, filename):

for cur, _, files in os.walk(components_package):
for f in files:

if f.endswith("js"):
# noinspection PyProtectedMember
check_file(components_lib._js_dist, f)
Expand Down

0 comments on commit 42efc0e

Please sign in to comment.