mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 03:44:31 +02:00
repr improvements, refs #503
This commit is contained in:
parent
079bf1f4dc
commit
7ca497a8f5
2 changed files with 3 additions and 2 deletions
|
|
@ -392,7 +392,7 @@ class ValueTracker:
|
|||
except (ValueError, TypeError):
|
||||
return False
|
||||
|
||||
def __repr__(self):
|
||||
def __repr__(self) -> str:
|
||||
return self.guessed_type + ": possibilities = " + repr(self.couldbe)
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue