Skip to content

Commit

Permalink
Merge pull request #5 from daniel-larraz/distutils
Browse files Browse the repository at this point in the history
Remove unused StrictVersion import from distutils
  • Loading branch information
daniel-larraz authored Sep 24, 2024
2 parents 829eef7 + 4e938ab commit 3aae656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genversions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

from bs4 import BeautifulSoup
from distutils.version import StrictVersion
import copy
import glob
import jinja2
Expand Down

0 comments on commit 3aae656

Please sign in to comment.