Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk0stas committed Sep 15, 2024
1 parent 930f7d3 commit c155c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abi_markdowner/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import json
import toml
import argparse
from abi_markdowner import generate_markdown_from_abi
from file_io import read_abi_from_file, save_markdown_to_file
from abi_markdowner.abi_markdowner import generate_markdown_from_abi
from abi_markdowner.file_io import read_abi_from_file, save_markdown_to_file

# Default values
SC_PATH = './'
Expand Down

0 comments on commit c155c94

Please sign in to comment.