Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Lin: not using distutils (deprecated python 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebranlard committed Nov 15, 2023
1 parent 7078b27 commit 37a71d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyFAST/linearization/linfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#############################################################
#!/usr/bin/env python

import os, distutils
import os
import collections
from itertools import islice
import numpy as np
Expand Down

0 comments on commit 37a71d4

Please sign in to comment.