Skip to content

Commit

Permalink
ulwgl_run: move import for traceback module
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 24, 2024
1 parent b09752c commit 8383765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulwgl_run.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python3

import os
from traceback import print_exception
import sys
from traceback import print_exception
from argparse import ArgumentParser, Namespace, RawTextHelpFormatter
from pathlib import Path
from typing import Dict, Any, List, Set, Union, Tuple
Expand Down

0 comments on commit 8383765

Please sign in to comment.