浏览代码

removed unneeded pass.

Steve Thielemann 5 年之前
父节点
当前提交
310e795937
共有 1 个文件被更改,包括 1 次插入2 次删除
  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: