Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zargot committed Dec 1, 2023
1 parent 516425f commit 9f9e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odm_validation/part_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from dataclasses import dataclass
from enum import Enum
from logging import error, info, warning
from os.path import join, normpath
from os.path import join
from pathlib import Path
from semver import Version
from typing import DefaultDict, Dict, List, Optional, Set, Tuple
Expand Down

0 comments on commit 9f9e134

Please sign in to comment.