Skip to content

Commit

Permalink
Make Black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Nov 20, 2023
1 parent e781d00 commit 946c30a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openapidocs/utils/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def read_from_source(source: str):

raise ValueError("Unsupported source file.")
else:

source_lower = source.lower()

if source_lower.startswith("http://") or source_lower.startswith("https://"):
Expand Down

0 comments on commit 946c30a

Please sign in to comment.