summary refs log tree commit diff
path: root/lib/githubexplorer/Repository.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/githubexplorer/Repository.pm')
-rw-r--r--lib/githubexplorer/Repository.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/githubexplorer/Repository.pm b/lib/githubexplorer/Repository.pm
index 664d727..035450a 100644
--- a/lib/githubexplorer/Repository.pm
+++ b/lib/githubexplorer/Repository.pm
@@ -2,7 +2,6 @@ package githubexplorer::Repository;
 use 5.010;
 use Moose::Role;
 use Net::GitHub::V2::Repositories;
-use YAML::Syck;
 
 sub fetch_repositories {
     my ( $self, $profile ) = @_;