Skip to content

Different import conditions in __init__.py and key.py #107

Closed
@pomponchik

Description

@pomponchik

Hello! I see in two places two different sets of OS, which one is correct?

if platform.startswith(("linux", "darwin", "freebsd", "openbsd")):

if platform.startswith(("linux", "darwin", "freebsd")):

Metadata

Metadata

Assignees

Labels

bugthis shouldn't be happening and needs fixing

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions