Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7e061d1

Browse files
committed
Removed unneeded usings.
1 parent 21f888e commit 7e061d1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/GitHub.App/Factories/RepositoryHostFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
using System;
22
using System.ComponentModel.Composition;
3-
using GitHub.Authentication;
43
using GitHub.Caches;
54
using GitHub.Models;
65
using GitHub.Primitives;
76
using GitHub.Services;
87
using System.Reactive.Disposables;
98
using System.Threading.Tasks;
109
using GitHub.Api;
11-
using IObservableKeychainAdapter = GitHub.Caches.IObservableKeychainAdapter;
1210

1311
namespace GitHub.Factories
1412
{

src/GitHub.App/Models/RepositoryHost.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
using NLog;
1717
using Octokit;
1818
using ReactiveUI;
19-
using IObservableKeychainAdapter = GitHub.Caches.IObservableKeychainAdapter;
2019

2120
namespace GitHub.Models
2221
{

0 commit comments

Comments
 (0)