1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-16 20:38:15 +01:00

Removed redundant parentheses

This commit is contained in:
Chris Palmer 2012-03-13 14:10:00 +00:00
parent bd4944011d
commit 136caed3ce

2
bom.py
View File

@ -3,7 +3,7 @@ import sys
import shutil
import openscad
class BOM():
class BOM:
def __init__(self):
self.count = 1
self.vitamins = {}