Skip to content

Commit

Permalink
STY: flake8 and black
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Sep 13, 2023
1 parent 51d46fc commit ef6e5bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion srx_gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def main(argv=None):
parser.add_argument("--catalog", help="Databroker catalog")
args = parser.parse_args(argv)


zmq_control_addr = args.zmq_control_addr
zmq_control_addr = zmq_control_addr or os.environ.get("QSERVER_ZMQ_CONTROL_ADDRESS", None)

Expand Down
1 change: 0 additions & 1 deletion srx_gui/viewer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import copy
import pprint
import uuid
Expand Down

0 comments on commit ef6e5bf

Please sign in to comment.