Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent fd64087 commit 7707166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doitlive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
A tool for "live" presentations in the terminal.
"""

from .cli import SessionState
from .python_consoles import PythonRecorderConsole, PythonPlayerConsole
from .styling import THEMES, Style, TermString, TTY, echo, echo_prompt, format_prompt
Expand Down
1 change: 1 addition & 0 deletions doitlive/python_consoles.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""InteractiveConsole subclasses for recording and playback
of canned Python statements.
"""

from code import InteractiveConsole
import sys

Expand Down
1 change: 1 addition & 0 deletions doitlive/styling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Functions and classes for styling sessions."""

import datetime as dt
import getpass
import os
Expand Down
1 change: 1 addition & 0 deletions doitlive/version_control.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Utility functions to get information about the
git or mercurial repository in the working directory
"""

import subprocess
import os

Expand Down

0 comments on commit 7707166

Please sign in to comment.