Skip to content

Commit

Permalink
Remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Minassian committed Aug 11, 2023
1 parent a9acf6a commit c1c8d65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/AeroSharp.Examples/Maps/MapGetByRankExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
using AeroSharp.Examples.Utilities;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Aerospike.Client;
using Timer = System.Timers.Timer;

namespace AeroSharp.Examples.Maps;

Expand Down

0 comments on commit c1c8d65

Please sign in to comment.