Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KivyMD-Bot committed Aug 7, 2022
1 parent 560da66 commit efa2714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivymd/uix/filemanager/filemanager.py
Expand Up @@ -156,9 +156,9 @@ def file_manager_open(self):
from kivymd.theming import ThemableBehavior
from kivymd.uix.behaviors import CircularRippleBehavior
from kivymd.uix.boxlayout import MDBoxLayout
from kivymd.uix.fitimage import FitImage
from kivymd.uix.list import BaseListItem
from kivymd.uix.relativelayout import MDRelativeLayout
from kivymd.uix.fitimage import FitImage

with open(
os.path.join(uix_path, "filemanager", "filemanager.kv"), encoding="utf-8"
Expand Down

0 comments on commit efa2714

Please sign in to comment.