Prechádzať zdrojové kódy

removed unneeded pass.

Steve Thielemann 5 rokov pred
rodič
commit
310e795937
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      flexible.py

+ 1 - 2
flexible.py

@@ -763,7 +763,6 @@ class ScriptPort(object):
         self.tpc = self.this_port['class']
         self.opc = self.other_port['class']
 
-
         # [ Items     Status  Trading % of max OnBoard]
         # [ -----     ------  ------- -------- -------]
         # [Fuel Ore   Selling   2573     93%       0]
@@ -775,7 +774,7 @@ class ScriptPort(object):
         # []
         # [We are selling up to 2573.  You have 0 in your holds.]
         # [How many holds of Fuel Ore do you want to buy [20]? 0]        
-        pass
+
 
     def game_line(self, line: str):
         if line.startswith("You have ") and 'credits and' in line: