Skip to content

Commit

Permalink
🚨 chore: appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Feb 1, 2024
1 parent 1c4d0a1 commit 2781b03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import datetime
import pathlib
import tempfile
import uuid

import azure.storage.blob as azureblob
import psycopg2
Expand All @@ -25,7 +24,7 @@ def pipeline():

cur = conn.cursor()

study_id = "c588f59c-cacb-4e52-99dd-95b37dcbfd5c"
# study_id = "c588f59c-cacb-4e52-99dd-95b37dcbfd5c"
dataset_id = "af4be921-e507-41a9-9328-4cbb4b7dca1c"
version_id = "3880f581-e142-44ea-bc4c-10242eca7d75"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"""Process environmental sensor data files"""

import datetime
import pathlib
import tempfile
import uuid

import azure.storage.blob as azureblob
import psycopg2
import pyfairdatatools

import config

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import datetime
import pathlib
import tempfile
import uuid

import azure.storage.blob as azureblob
import psycopg2
import pyfairdatatools

import config

Expand Down

0 comments on commit 2781b03

Please sign in to comment.