Skip to content

Commit

Permalink
attempt to fix isort issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Jan 26, 2024
1 parent 84ee218 commit dcc9402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 datetime
import logging
import datetime

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

import json
import logging
import pathlib
import re

Expand Down

0 comments on commit dcc9402

Please sign in to comment.