Skip to content

Commit

Permalink
apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Zulkower committed Nov 20, 2024
1 parent 50e7e46 commit ee004b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Show Flake8 version
run: flake8 --version
- name: Run Flake8
run: flake8 -v --show-source moviepy setup.py scripts docs/conf.py examples tests
run: flake8 -v --show-source moviepy setup.py docs/conf.py examples tests

isort:
name: isort import sorter
Expand Down
1 change: 1 addition & 0 deletions moviepy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from moviepy.tools import cross_platform_popen_params


try:
from dotenv import find_dotenv, load_dotenv

Expand Down

0 comments on commit ee004b1

Please sign in to comment.