Skip to content

Commit

Permalink
chore: import sys in Python generators (#966)
Browse files Browse the repository at this point in the history
The irony of this is not lost on me 馃槄
  • Loading branch information
G-Rath committed May 6, 2024
1 parent 9fee150 commit cc7261e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generators/generate-debian-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import operator
import os
import subprocess
import sys
import urllib.request
import zipfile
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions scripts/generators/generate-pypi-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import operator
import os
import packaging.version
import sys
import urllib.request
import zipfile

Expand Down

0 comments on commit cc7261e

Please sign in to comment.