From 07fc254cdbdec8b48b2c0ba2fd55977d9d0eb910 Mon Sep 17 00:00:00 2001 From: Worros Date: Tue, 30 Nov 2010 15:36:35 +0800 Subject: [PATCH] Stove: Remove unnecessary returns --- pyfpdb/Stove.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyfpdb/Stove.py b/pyfpdb/Stove.py index 235568aa..2e2a6ef1 100755 --- a/pyfpdb/Stove.py +++ b/pyfpdb/Stove.py @@ -47,7 +47,6 @@ class Stove: board.b3 = b[2] self.board = board - return board def set_hero_cards_string(self, string): # Our pocket cards @@ -56,7 +55,6 @@ class Stove: c2 = cc[1] pocket_cards = Cards(c1, c2) self.hand = pocket_cards - return pocket_cards def set_villain_range_string(self, string): # Villain's range @@ -222,9 +220,6 @@ def expand_hands(abbrev, hand, board): return range - - - def parse_args(args, container): # args[0] is the path being executed; need 3 more args if len(args) < 4: