Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroas committed Jun 8, 2024
1 parent 6c7195f commit 1e9c5ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
import enum
import logging
import math
import readline
import subprocess
import sys
import termios
import textwrap
import time
import tty

from fortuna import Fortuna, FortunaSeedFileError, log_known_exception
from fortuna import Fortuna, log_known_exception
from fortuna.generator import FortunaNotSeeded
from fortuna.pool_formatter import format_pools

Expand Down Expand Up @@ -66,14 +65,12 @@ class Source(enum.IntEnum):
KEY_VALUE = 1



pool_counter = {
Source.TIMESTAMP: 0,
Source.KEY_VALUE: 0,
}



def get_columns():
"""
variable $COLUMNS is not in the environment. It is a shell varible (see man bash)
Expand Down

0 comments on commit 1e9c5ce

Please sign in to comment.