Skip to content

Commit

Permalink
Merge pull request #116 from DocEast/develop
Browse files Browse the repository at this point in the history
Fixing syntax errors.
  • Loading branch information
VVCAS-Sean committed May 3, 2024
2 parents 072bd83 + b3e1e38 commit 30e0933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/uxas/src/uxas/cli/anod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Simple front-end to the task-specific anod scripts contained in lib."""

from e3.main import Main

from argparse import SUPPRESS, ArgumentParser, _HelpAction
Expand Down
1 change: 1 addition & 0 deletions infrastructure/uxas/src/uxas/paths.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Common path definitions for anod."""

from __future__ import annotations

from argparse import ArgumentParser
Expand Down

0 comments on commit 30e0933

Please sign in to comment.