Skip to content

Commit

Permalink
blacker
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Jun 23, 2024
1 parent 3a83a86 commit 37a94fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/compas_xr/ghpython/app_settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class AppSettings(object):

def __init__(self, project_name, storage_folder=None, z_to_y_remap=None):
self.project_name = project_name
self.storage_folder = storage_folder or "None"
Expand Down
1 change: 0 additions & 1 deletion src/compas_xr/ghpython/firebase_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class FirebaseConfig(object):

def __init__(self, api_key, auth_domain, database_url, storage_bucket):
self.api_key = api_key
self.auth_domain = auth_domain
Expand Down
1 change: 0 additions & 1 deletion src/compas_xr/ghpython/options.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class MqttMessageOptionsXR(object):

def __init__(self, host, project_name, robot_name):
self.host = host
self.project_name = project_name
Expand Down

0 comments on commit 37a94fa

Please sign in to comment.