Skip to content

Commit

Permalink
Fix AttributeError
Browse files Browse the repository at this point in the history
This fixes the AttributeError caused by recent version of packaging
library.
  • Loading branch information
kajinamit committed Feb 12, 2024
1 parent 409baa9 commit e2ec0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pifpaf/drivers/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import os
import uuid

import packaging
import packaging.version

from pifpaf import drivers

Expand Down

0 comments on commit e2ec0fa

Please sign in to comment.