Skip to content

Commit

Permalink
setup.py: missing import os
Browse files Browse the repository at this point in the history
  • Loading branch information
trana authored and trana committed Jan 3, 2024
1 parent 7917f31 commit 80ff102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages

import os

def get_requirements(env=""):
if env:
Expand Down

0 comments on commit 80ff102

Please sign in to comment.