Skip to content

Commit

Permalink
change requested, library ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jan 16, 2024
1 parent 538842e commit c714293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csv2bufr/templates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
#
###############################################################################
import json
from jsonschema import validate
import logging
import os
from pathlib import Path
from typing import Union

from jsonschema import validate

THISDIR = os.path.dirname(os.path.realpath(__file__))
LOGGER = logging.getLogger(__name__)
SCHEMA = f"{THISDIR}{os.sep}resources{os.sep}schema"
Expand Down

0 comments on commit c714293

Please sign in to comment.