diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-05 03:38:26 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-05 03:38:26 -0600 |
commit | 2e9ada3ab8189de14df588da1339a8554b63a161 (patch) | |
tree | 4941333448abf24330faebcefac55a3b73229595 /src | |
parent | 045eb5986ea11174b2ee39dc8476b365d734d37d (diff) |
fix bug
Diffstat (limited to 'src')
-rw-r--r-- | src/pyssg/pyssg.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pyssg/pyssg.py b/src/pyssg/pyssg.py index 75f0fe4..f579aba 100644 --- a/src/pyssg/pyssg.py +++ b/src/pyssg/pyssg.py @@ -10,8 +10,6 @@ from .configuration import Configuration from .database import Database from .builder import Builder from .page import Page -from .rss import RSSBuilder -from .sitemap import SitemapBuilder def get_options() -> Namespace: |