Skip to content

Commit

Permalink
Alphebetize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 14, 2024
1 parent b185b77 commit b779504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/wxflow/fsutils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from contextlib import contextmanager
from logging import getLogger
import grp
import os
import shutil
from contextlib import contextmanager
from logging import getLogger

__all__ = ['mkdir', 'mkdir_p', 'rmdir', 'chdir', 'rm_p', 'cp',
'get_gid', 'chgrp']
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fsutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest

from wxflow import mkdir, rmdir, chdir, rm_p, cp, get_gid
from wxflow import chdir, cp, get_gid, mkdir, rm_p, rmdir


def test_mkdir(tmp_path):
Expand Down

0 comments on commit b779504

Please sign in to comment.