Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `DeleteSCardDefaultReaderGroupException` is unused in the codebase. Searching Google and GitHub further confirms it is unused. * `initlist` can only be `None` if `.getreadergroups()` returns `None`. Changing the code eliminates the condition. * Removing `if __name__ == '__main__'` eliminates junk code. Code coverage is now 100% for the file.
- Loading branch information