Skip to content

Commit

Permalink
ugh... lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeDawkins committed Dec 2, 2020
1 parent dd50833 commit c317e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/subgraph/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use anyhow::{Context, Result};
use rover_client::query::partial::push::{self, PushPartialSchemaResponse};
use serde::Serialize;
use std::io::{self, Read};
use std::path::{Path, PathBuf};
use std::path::Path;
use structopt::StructOpt;

use crate::client::get_studio_client;
Expand Down

0 comments on commit c317e22

Please sign in to comment.