Skip to content

Commit

Permalink
remove unused namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeben committed May 7, 2024
1 parent 7e14156 commit 3a8c517
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Sir.Cmd/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.IO;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Sir.Strings;

namespace Sir.Cmd
{
Expand Down
1 change: 0 additions & 1 deletion src/Sir.InformationRetreival/Session/DocumentDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;

namespace Sir
{
Expand Down
1 change: 0 additions & 1 deletion src/Sir.Wikipedia/WriteWikipediaCommand.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Extensions.Logging;
using Sir.Documents;
using Sir.Strings;
using System.Collections.Generic;
using System.IO;
Expand Down

0 comments on commit 3a8c517

Please sign in to comment.