fix indentation errors

This commit is contained in:
Eric Blade 2009-10-09 07:39:05 -04:00
parent 8eeac34fce
commit d4cbed121d

View File

@ -145,7 +145,7 @@ class DerivedStats():
# [ (player, action, ....), (player2, action, ...) ] # [ (player, action, ....), (player2, action, ...) ]
# No idea what this value is actually supposed to be # No idea what this value is actually supposed to be
# In theory its "num small bets paid to see flop/street4, including blind" which makes sense for limit. Not so useful for nl # In theory its "num small bets paid to see flop/street4, including blind" which makes sense for limit. Not so useful for nl
pass
def aggr(self, hand, i): def aggr(self, hand, i):
aggrers = set() aggrers = set()