From 60367493574959398664601d9c56747c9935fc30 Mon Sep 17 00:00:00 2001 From: John Conway Date: Wed, 8 May 2019 15:58:36 +0100 Subject: Removed unnecessary import --- src/feednim/atom.nim | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/feednim/atom.nim b/src/feednim/atom.nim index 9fce652..b771bc8 100644 --- a/src/feednim/atom.nim +++ b/src/feednim/atom.nim @@ -11,8 +11,6 @@ import xmltree import streams import sugar -import marshal - type Atom* = object author: AtomAuthor # Sugar, not in Atom spec. Returns the first author. -- cgit v1.2.3