Skip to content

Commit

Permalink
Sort fsutils functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Apr 2, 2024
1 parent ac337ac commit af941c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wxflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .executable import CommandNotFoundError, Executable, ProcessError, which
from .factory import Factory
from .file_utils import FileHandler
from .fsutils import chdir, cp, mkdir, mkdir_p, rm_p, rmdir, get_gid, chgrp
from .fsutils import chdir, chgrp, cp, get_gid, mkdir, mkdir_p, rm_p, rmdir
from .jinja import Jinja
from .logger import Logger, logit
from .sqlitedb import SQLiteDB, SQLiteDBError
Expand Down

0 comments on commit af941c8

Please sign in to comment.