Closed ryanbowen closed 5 years ago
If pytz is not installed, the call to os.isatty raises an exception because os is never imported. This PR adds the os package to the imports.
Thanks
If pytz is not installed, the call to os.isatty raises an exception because os is never imported. This PR adds the os package to the imports.