Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo authored Dec 6, 2020
1 parent 21deec9 commit e3089d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onhold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
KB = 2 ** 10
CHUNK = 64 * KB

BELL_CMD = "tput bel"


def is_pipeline() -> bool:
return not stdin.isatty()
Expand Down

0 comments on commit e3089d6

Please sign in to comment.