[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b5a72c30da
commit
9e8755b51f
|
@ -1126,10 +1126,10 @@ class Config:
|
||||||
return
|
return
|
||||||
|
|
||||||
def _get_files(dist):
|
def _get_files(dist):
|
||||||
#dist.files does not make sense for dists
|
# dist.files does not make sense for dists
|
||||||
#who are not stored on a filesystem
|
# who are not stored on a filesystem
|
||||||
#at least pyoxidizer does throw a
|
# at least pyoxidizer does throw a
|
||||||
#not implemented assertion in this case
|
# not implemented assertion in this case
|
||||||
try:
|
try:
|
||||||
return dist.files
|
return dist.files
|
||||||
except NotImplementedError:
|
except NotImplementedError:
|
||||||
|
|
Loading…
Reference in New Issue