1The following changes have been made to the code with respect to <https://github.com/edlund/amalgamate/commit/c91f07eea1133aa184f652b8f1398eaf03586208>: 2 3- Resolved inspection results from PyCharm: 4 - replaced tabs with spaces 5 - added encoding annotation 6 - reindented file to remove trailing whitespaces 7 - unused import `sys` 8 - membership check 9 - made function from `_is_within` 10 - removed unused variable `actual_path` 11