Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Jun 27, 2024
1 parent 343ea2c commit 45dcfca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gestalt/Type.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@ def __str__(self):
def __float__(self):
return float(self.val())

def __format__(self, format_spec):
if (format_spec != ""):
print(format_spec)

def __format__(self, format_spec):
return str(self).__format__(format_spec)


Expand Down

0 comments on commit 45dcfca

Please sign in to comment.