Skip to content

Commit

Permalink
Fix linting issues in updated file
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstirling committed Sep 29, 2024
1 parent b2c0823 commit ddab499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions documentation/buildconf.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
AutoCompleteSubNav: true
CustomCategories:
consumable:
DisplayName: Comsumables
DisplayName: Consumables
Reuse: false
mech:
DisplayName: Mechanical Components
Reuse: false
net:
DisplayName: Networking Compontents
DisplayName: Networking Components
Reuse: false
prev:
DisplayName: Previously Assembled
Expand Down
3 changes: 1 addition & 2 deletions nimble_build_system/utils/nimble_devices_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
This module is used to update the devices.json file from a CSV downloaded from nocodb.
"""

import sys
import csv
import json
import argparse
Expand Down Expand Up @@ -63,7 +62,7 @@ def main():
"""

args = parse_args()

if args.local:
if args.url:
raise RuntimeError("Cannot set an API path and a local file. "
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
'cadscript>=0.5.2',
'exsource-tools',
'cq-cli @ git+https://github.com/CadQuery/cq-cli.git',
<<<<<<< HEAD
'gitbuilding>=0.0.6',
=======
'gitbuilding==0.15.0a4',
>>>>>>> Add script to communicate with networking hardware database
'cq-annotate @ git+https://github.com/jmwright/cq-annotate.git',
'cq_warehouse @ git+https://github.com/gumyr/cq_warehouse.git',
'cadorchestrator'
Expand Down

0 comments on commit ddab499

Please sign in to comment.