Skip to content

Commit

Permalink
Fix minor Python linting issues (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw75 authored Aug 16, 2022
1 parent fd2be1f commit c4bd997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/run_notebook.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import argparse
import json
import os
import sys
import subprocess
import sys
import time
from pathlib import Path
from typing import List
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import sys

import pandas as pd
import pytest
from aqueduct.error import AqueductError, InvalidUserArgumentException
from constants import SENTIMENT_SQL_QUERY
from transformers_model.model import sentiment_prediction_using_transformers
from utils import get_integration_name
import sys

from aqueduct import infer_requirements, op

Expand Down

0 comments on commit c4bd997

Please sign in to comment.