-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚨 removed linter warnings for Python code
- Loading branch information
Showing
2 changed files
with
262 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
The following changes have been made to the code with respect to </~https://github.com/edlund/amalgamate/commit/c91f07eea1133aa184f652b8f1398eaf03586208>: | ||
|
||
- Resolved inspection results from PyCharm: | ||
- replaced tabs with spaces | ||
- added encoding annotation | ||
- reindented file to remove trailing whitespaces | ||
- unused import `sys` | ||
- membership check | ||
- made function from `_is_within` | ||
- removed unused variable `actual_path` |
Oops, something went wrong.