Skip to content

Commit

Permalink
lint with black v 19
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jan 12, 2021
1 parent 2c20792 commit f62ff25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ tasks:
&& echo -e "\nWorkspace initialized."
- name: main
command: echo -e "\nMain terminal ready."
command: |
export PIP_USER=false; \
&& echo -e "\nMain terminal ready."
- name: jupyter server
command: jupyter notebook --NotebookApp.allow_origin=\'$(gp url 8888)\'
Expand Down
4 changes: 2 additions & 2 deletions workflow/scripts/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
BioSampleCollectionDate,
BioSampleGeographicLocation,
BioSampleBiovar,
BioSampleBranch
BioSampleBranch
FROM
BioSample
LEFT Join
Expand Down Expand Up @@ -153,7 +153,7 @@
"NA", # Province Latitude [8]
"NA", # Province Longitude [9]
"NA", # biovar [10]
"NA", # branch [11]
"NA", # branch [11]
]

if result:
Expand Down

0 comments on commit f62ff25

Please sign in to comment.