Skip to content

Commit

Permalink
Merge pull request #618 from asapelkin/develop
Browse files Browse the repository at this point in the history
Remove unused THIS_DIR constant
  • Loading branch information
ecederstrand authored Aug 18, 2022
2 parents 7a63591 + 5d7430d commit 76017a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def callable(ob):
DEFAULT_ENCODING = getpreferredencoding() or "UTF-8"

IS_MACOS = platform.system() in ("AIX", "Darwin")
THIS_DIR = os.path.dirname(os.path.realpath(__file__))
SH_LOGGER_NAME = __name__

# normally i would hate this idea of using a global to signify whether we are
Expand Down

0 comments on commit 76017a9

Please sign in to comment.