Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed Aug 4, 2024
1 parent 9039b76 commit 8b06294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/art.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"purple": "\033[0;35m",
"teal": "\033[0;36m",
"light_blue": "\033[0;34m",
"black" : "\033[0;30m",
"cyan" : "\033[0;36m"
"black": "\033[0;30m",
"cyan": "\033[0;36m",
}


Expand Down

1 comment on commit 8b06294

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src
   __init__.py00100% 
   api.py106793%32–36, 54, 76–77, 109–110
   art.py9367%26–27, 30
   cli.py25388%26, 55–56
   dev_streamlit.py37370%1–86
   gpt.py10640%16–21, 32–45
   helper.py1596062%53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 91, 102–106, 132, 134, 136, 145–155, 167, 180–181, 199–201, 211, 213–214, 237–238, 277–287, 294–302
   send_email.py24240%5–48
   server.py471079%55, 68–71, 87–91, 103–105
   settings.py220100% 
   streamlit_helper.py33330%5–90
TOTAL47218361% 

Tests Skipped Failures Errors Time
10 0 💤 0 ❌ 0 🔥 20.448s ⏱️

Please sign in to comment.