Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Jun 28, 2024
1 parent 2c983b8 commit 8856494
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,3 @@ def docs(session):

def is_latest_python(session) -> bool:
return PYTHONS[-1] in session.run("python", "-V", silent=True)

def is_oldest_python(session) -> bool:
return PYTHONS[0] in session.run("python", "-V", silent=True)

0 comments on commit 8856494

Please sign in to comment.