Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 5, 2022
1 parent adeeeed commit 97794d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/schemacode/schemacode/schema.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
"""Schema loading- and processing-related functions."""
import logging
import os
import os.path as op
from copy import deepcopy
from glob import glob
from pathlib import Path

import yaml
Expand Down

0 comments on commit 97794d5

Please sign in to comment.