8000 Removed unneeded usings. · github/VisualStudio@b357025 · GitHub
[go: up one dir, main page]

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

Commit b357025

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
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
{

0 commit comments

Comments
 (0)
0