Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Jan 26, 2024
1 parent dcc9402 commit 435e1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/omi/dialects/oep/compiler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
import datetime
import logging

from omi import structure
from omi.dialects.base.compiler import Compiler
Expand Down
3 changes: 1 addition & 2 deletions src/omi/dialects/oep/parser.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
import logging

import json
import pathlib
import re

import dateutil
import jsonschema
from jsonschema import ValidationError

# oemetadata
from metadata.latest.schema import OEMETADATA_LATEST_SCHEMA
from metadata.v130.schema import OEMETADATA_V130_SCHEMA
Expand Down

0 comments on commit 435e1c9

Please sign in to comment.