Skip to content

Commit

Permalink
lint - kamangir/bolt#1234
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 18, 2024
1 parent 6e6e75b commit cbac317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NAME = "abcli"

VERSION = "7.2698.1"
VERSION = "7.2699.1"

DESCRIPTION = "🚀 a language to speak AI."

Expand Down
4 changes: 3 additions & 1 deletion abcli/file/__main__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import argparse
from abcli import string, NAME
from abcli.file import size
from abcli.logging import logger
from . import load_text, save_text
from abcli import logging
import logging

logger = logging.getLogger(__name__)

parser = argparse.ArgumentParser(NAME)
parser.add_argument(
Expand Down

0 comments on commit cbac317

Please sign in to comment.