Skip to content

Commit

Permalink
Fix format job (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
  • Loading branch information
JeanChristopheMorinPerso authored Apr 28, 2024
1 parent 16bb464 commit 9ba3d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Development automation"""

import nox

# nox.options.sessions = ["lint", "test", "doctest"]
Expand Down
1 change: 1 addition & 0 deletions src/rez_pip/install.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Code that takes care of installing (extracting) wheels.
"""

import io
import os
import sys
Expand Down

0 comments on commit 9ba3d85

Please sign in to comment.