Skip to content

Commit 6f600cf

Browse files
committedOct 7, 2021
Linting changes
1 parent daa37f4 commit 6f600cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎isort/settings.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -805,9 +805,7 @@ def find_all_configs(path: str) -> Trie:
805805
potential_config_file, CONFIG_SECTIONS[config_file_name]
806806
)
807807
except Exception:
808-
warn(
809-
f"Failed to pull configuration information from {potential_config_file}"
810-
)
808+
warn(f"Failed to pull configuration information from {potential_config_file}")
811809
config_data = {}
812810

813811
if config_data:

0 commit comments

Comments
 (0)
Please sign in to comment.