Skip to content

Commit

Permalink
fixed import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Red Giuliano committed Jan 13, 2025
1 parent e3b361b commit 44a63c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zt_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pathlib import Path
import shutil
import requests
import importlib import version
from importlib import version
from importlib.resources import files
import sys
import yaml
Expand Down

0 comments on commit 44a63c6

Please sign in to comment.